<?xml version="1.0"?>
<ErrorDocumentation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ErrorName>CS1509</ErrorName>
  <Examples>
    <string>// CS1509: Referenced assembly file `CS1509-module.dll' is a module. Consider using `-addmodule' option to add the module
// Line: 0
// Compiler options: -r:CS1509-module.dll

class C
{
}
</string>
  </Examples>
</ErrorDocumentation>