﻿<?xml version="1.0" encoding="utf-8"?>
<ErrorDocumentation xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ErrorName>CS0419</ErrorName>
  <Examples>
    <string>// cs0419.cs: Ambiguous reference in cref attribute `System.String.Replace'. Assuming `string.Replace(char, char)' but other overloads including `string.Replace(char, char)' have also matched
// Line: 1
// Compiler options: -doc:dummy.xml -warn:3 -warnaserror
/// &lt;summary&gt;
/// Exposes &lt;see cref="System.String.Replace"/&gt; to XSLT
/// &lt;/summary&gt;
public class Test {
}

</string>
  </Examples>
</ErrorDocumentation>