9 references to WRN_UnqualifiedNestedTypeInCref
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Crefs.cs (1)
726diagnostics.Add(ErrorCode.WRN_UnqualifiedNestedTypeInCref, parameterListSyntax.Parameters[i].Location);
Errors\ErrorFacts.cs (2)
328case ErrorCode.WRN_UnqualifiedNestedTypeInCref: 1671or ErrorCode.WRN_UnqualifiedNestedTypeInCref
Generated\ErrorFacts.Generated.cs (1)
167case ErrorCode.WRN_UnqualifiedNestedTypeInCref:
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (4)
DocumentationComments\CrefTests.cs (1)
6174Diagnostic(ErrorCode.WRN_UnqualifiedNestedTypeInCref, "Inner"),
DocumentationComments\DocumentationCommentCompilerTests.cs (3)
8052Diagnostic(ErrorCode.WRN_UnqualifiedNestedTypeInCref, "Inner"), 8096Diagnostic(ErrorCode.WRN_UnqualifiedNestedTypeInCref, "C{Inner[]}"), 8137Diagnostic(ErrorCode.WRN_UnqualifiedNestedTypeInCref, "Inner{int}"),
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
332case ErrorCode.WRN_UnqualifiedNestedTypeInCref: