<?xml version="1.0"?>
<ErrorDocumentation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ErrorName>CS7007</ErrorName>
  <Examples>
    <string>// CS7007: A 'using static' directive can only be applied to types but `System' denotes a namespace. Consider using a `using' directive instead
// Line: 4

using static System;
</string>
  </Examples>
</ErrorDocumentation>