<?xml version="1.0"?>
<ErrorDocumentation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ErrorName>CS8170</ErrorName>
  <Examples>
    <string>// CS8170:
// Line: 8

public struct S
{
	public ref S Foo ()
	{
		return ref this;
	}
}
</string>
    <string>// CS8170:
// Line: 10

public struct S
{
	int f;

	public ref S Foo ()
	{
		return ref f;
	}
}
</string>
  </Examples>
</ErrorDocumentation>