<?xml version="1.0"?>
<ErrorDocumentation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ErrorName>CS8145</ErrorName>
  <Examples>
    <string>// CS8145: Auto-implemented property `X.TestProp' cannot return by reference
// Line: 6

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