<?xml version="1.0"?>
<ErrorDocumentation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ErrorName>CS1696</ErrorName>
  <Examples>
    <string>// CS1696: Single-line comment or end-of-line expected
// Line: 5
// Compiler options: -warnaserror

#pragma warning disable 659 /* overrides Equals but not GetHashCode */
#pragma warning restore
</string>
  </Examples>
</ErrorDocumentation>