1 // cs0419-3.cs: Ambiguous reference in cref attribute `XmlDocument.Load'. Assuming `System.Xml.XmlDocument.Load(System.IO.Stream)' but other overloads including `System.Xml.XmlDocument.Load(string)' have also matched
3 // Compiler options: -doc:dummy.xml -warnaserror -warn:4
5 // NOTE: this error message is dependent on the order of members, so feel free to modify the message if is going not to match.
10 /// <see cref="XmlDocument.Load" />
12 public class EntryPoint