﻿<?xml version="1.0" encoding="utf-8"?>
<ErrorDocumentation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ErrorName>CS8628</ErrorName>
  <Examples>
    <string>// cs8628.cs: `B._a': new protected member declared in static class
// Line: 6
// Compiler options: -warnaserror -warn:4

public static class B
{
	protected static object _a = null;
		    
}
</string>
  </Examples>
</ErrorDocumentation>