9 references to WRN_BadXMLRefReturnType
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Crefs.cs (1)
1167diagnostics.Add(ErrorCode.WRN_BadXMLRefReturnType, typeSyntax.Location);
Errors\ErrorFacts.cs (2)
351case ErrorCode.WRN_BadXMLRefReturnType: 1253or ErrorCode.WRN_BadXMLRefReturnType
Generated\ErrorFacts.Generated.cs (1)
79case ErrorCode.WRN_BadXMLRefReturnType:
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\SemanticErrorTests.cs (1)
21886Diagnostic(ErrorCode.WRN_BadXMLRefReturnType, "intt").WithLocation(15, 46),
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (4)
DocumentationComments\CrefTests.cs (4)
4490Diagnostic(ErrorCode.WRN_BadXMLRefReturnType, "Q").WithLocation(2, 34), 4496Diagnostic(ErrorCode.WRN_BadXMLRefReturnType, "C{Q}").WithLocation(3, 34), 4502Diagnostic(ErrorCode.WRN_BadXMLRefReturnType, "Q[]").WithLocation(4, 34), 4508Diagnostic(ErrorCode.WRN_BadXMLRefReturnType, "Q*").WithLocation(5, 34),