<?xml version="1.0"?>
<ErrorDocumentation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ErrorName>CS1709</ErrorName>
  <Examples>
    <string>// CS1709: Filename specified for preprocessor directive is empty
// Line: 5
// Compiler options: -warnaserror

#pragma checksum "" "{ee1816fc-aa5e-4d10-8ff7-6f4963833f60}" ""
</string>
    <string>// CS1709: Filename specified for preprocessor directive is empty
// Line: 5
// Compiler options: -warnaserror

#line 5 ""
</string>
  </Examples>
</ErrorDocumentation>