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