<?xml version="1.0"?>
<ErrorDocumentation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ErrorName>CS8036</ErrorName>
  <Examples>
    <string>// CS8036: Only one part of a partial type can declare primary constructor parameters
// Line: 8
// Compiler options: -langversion:experimental

partial class Part(int arg)
{
}

partial class Part(int arg)
{
}</string>
  </Examples>
</ErrorDocumentation>