5 references to WRN_AmbiguousXMLReference
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Crefs.cs (2)
871
diagnostics.Add(ErrorCode.
WRN_AmbiguousXMLReference
, crefSyntax.Location, crefSyntax.ToString(), symbol, symbols[otherIndex]);
1027
diagnostics.Add(ErrorCode.
WRN_AmbiguousXMLReference
, crefSyntax.Location, crefSyntax.ToString(), ambiguityWinner, viable[1]);
Errors\ErrorFacts.cs (2)
272
case ErrorCode.
WRN_AmbiguousXMLReference
:
875
or ErrorCode.
WRN_AmbiguousXMLReference
Generated\ErrorFacts.Generated.cs (1)
33
case ErrorCode.
WRN_AmbiguousXMLReference
: