14 references to WRN_BadXMLRefTypeVar
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Crefs.cs (2)
706
diagnostics.Add(ErrorCode.
WRN_BadXMLRefTypeVar
, crefSyntax.Location, crefSyntax.ToString());
721
diagnostics.Add(ErrorCode.
WRN_BadXMLRefTypeVar
, crefSyntax.Location, crefSyntax.ToString());
Errors\ErrorFacts.cs (2)
359
case ErrorCode.
WRN_BadXMLRefTypeVar
:
1306
case ErrorCode.
WRN_BadXMLRefTypeVar
:
Generated\ErrorFacts.Generated.cs (1)
110
case ErrorCode.
WRN_BadXMLRefTypeVar
:
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
Semantics\NativeIntegerTests.cs (1)
15411
Diagnostic(ErrorCode.
WRN_BadXMLRefTypeVar
, "nint").WithArguments("nint").WithLocation(3, 37)
Semantics\SemanticErrorTests.cs (1)
22538
Diagnostic(ErrorCode.
WRN_BadXMLRefTypeVar
, "T").WithArguments("T"));
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (7)
DocumentationComments\CrefTests.cs (5)
448
Diagnostic(ErrorCode.
WRN_BadXMLRefTypeVar
, "T").WithArguments("T"));
1534
Diagnostic(ErrorCode.
WRN_BadXMLRefTypeVar
, "T").WithArguments("T"));
4537
Diagnostic(ErrorCode.
WRN_BadXMLRefTypeVar
, "T").WithArguments("T"),
4540
Diagnostic(ErrorCode.
WRN_BadXMLRefTypeVar
, "explicit operator int").WithArguments("explicit operator int"),
4543
Diagnostic(ErrorCode.
WRN_BadXMLRefTypeVar
, "operator /").WithArguments("operator /"));
DocumentationComments\DocumentationCommentCompilerTests.cs (2)
4835
Diagnostic(ErrorCode.
WRN_BadXMLRefTypeVar
, "T").WithArguments("T"));
4846
Diagnostic(ErrorCode.
WRN_BadXMLRefTypeVar
, "T").WithArguments("T"));