14 references to WRN_BadXMLRefTypeVar
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Crefs.cs (2)
889
diagnostics.Add(ErrorCode.
WRN_BadXMLRefTypeVar
, crefSyntax.Location, crefSyntax.ToString());
904
diagnostics.Add(ErrorCode.
WRN_BadXMLRefTypeVar
, crefSyntax.Location, crefSyntax.ToString());
Errors\ErrorFacts.cs (2)
372
case ErrorCode.
WRN_BadXMLRefTypeVar
:
1367
or ErrorCode.
WRN_BadXMLRefTypeVar
Generated\ErrorFacts.Generated.cs (1)
110
case ErrorCode.
WRN_BadXMLRefTypeVar
:
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
Semantics\NativeIntegerTests.cs (1)
15442
Diagnostic(ErrorCode.
WRN_BadXMLRefTypeVar
, "nint").WithArguments("nint").WithLocation(3, 37)
Semantics\SemanticErrorTests.cs (1)
22762
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)
6580
Diagnostic(ErrorCode.
WRN_BadXMLRefTypeVar
, "T").WithArguments("T"));
6591
Diagnostic(ErrorCode.
WRN_BadXMLRefTypeVar
, "T").WithArguments("T"));