14 references to WRN_BadXMLRefTypeVar
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Crefs.cs (2)
706diagnostics.Add(ErrorCode.WRN_BadXMLRefTypeVar, crefSyntax.Location, crefSyntax.ToString()); 721diagnostics.Add(ErrorCode.WRN_BadXMLRefTypeVar, crefSyntax.Location, crefSyntax.ToString());
Errors\ErrorFacts.cs (2)
359case ErrorCode.WRN_BadXMLRefTypeVar: 1306case ErrorCode.WRN_BadXMLRefTypeVar:
Generated\ErrorFacts.Generated.cs (1)
110case ErrorCode.WRN_BadXMLRefTypeVar:
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
Semantics\NativeIntegerTests.cs (1)
15411Diagnostic(ErrorCode.WRN_BadXMLRefTypeVar, "nint").WithArguments("nint").WithLocation(3, 37)
Semantics\SemanticErrorTests.cs (1)
22538Diagnostic(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)
4835Diagnostic(ErrorCode.WRN_BadXMLRefTypeVar, "T").WithArguments("T")); 4846Diagnostic(ErrorCode.WRN_BadXMLRefTypeVar, "T").WithArguments("T"));