14 references to WRN_BadXMLRefTypeVar
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Crefs.cs (2)
889diagnostics.Add(ErrorCode.WRN_BadXMLRefTypeVar, crefSyntax.Location, crefSyntax.ToString()); 904diagnostics.Add(ErrorCode.WRN_BadXMLRefTypeVar, crefSyntax.Location, crefSyntax.ToString());
Errors\ErrorFacts.cs (2)
372case ErrorCode.WRN_BadXMLRefTypeVar: 1367or ErrorCode.WRN_BadXMLRefTypeVar
Generated\ErrorFacts.Generated.cs (1)
110case ErrorCode.WRN_BadXMLRefTypeVar:
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
Semantics\NativeIntegerTests.cs (1)
15442Diagnostic(ErrorCode.WRN_BadXMLRefTypeVar, "nint").WithArguments("nint").WithLocation(3, 37)
Semantics\SemanticErrorTests.cs (1)
22762Diagnostic(ErrorCode.WRN_BadXMLRefTypeVar, "T").WithArguments("T"));
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (7)
DocumentationComments\CrefTests.cs (5)
448Diagnostic(ErrorCode.WRN_BadXMLRefTypeVar, "T").WithArguments("T")); 1534Diagnostic(ErrorCode.WRN_BadXMLRefTypeVar, "T").WithArguments("T")); 4537Diagnostic(ErrorCode.WRN_BadXMLRefTypeVar, "T").WithArguments("T"), 4540Diagnostic(ErrorCode.WRN_BadXMLRefTypeVar, "explicit operator int").WithArguments("explicit operator int"), 4543Diagnostic(ErrorCode.WRN_BadXMLRefTypeVar, "operator /").WithArguments("operator /"));
DocumentationComments\DocumentationCommentCompilerTests.cs (2)
6580Diagnostic(ErrorCode.WRN_BadXMLRefTypeVar, "T").WithArguments("T")); 6591Diagnostic(ErrorCode.WRN_BadXMLRefTypeVar, "T").WithArguments("T"));