<?xml version="1.0"?>
<ErrorDocumentation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ErrorName>CS8146</ErrorName>
  <Examples>
    <string>// CS8146: `X.TestProp': property and indexer which return by reference must have a get accessor
// Line: 6

public class X
{
	ref string TestProp { set; }
}</string>
  </Examples>
</ErrorDocumentation>