9 references to WRN_UnqualifiedNestedTypeInCref
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Crefs.cs (1)
543diagnostics.Add(ErrorCode.WRN_UnqualifiedNestedTypeInCref, parameterListSyntax.Parameters[i].Location);
Errors\ErrorFacts.cs (2)
315case ErrorCode.WRN_UnqualifiedNestedTypeInCref: 1610case ErrorCode.WRN_UnqualifiedNestedTypeInCref:
Generated\ErrorFacts.Generated.cs (1)
167case ErrorCode.WRN_UnqualifiedNestedTypeInCref:
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (4)
DocumentationComments\CrefTests.cs (1)
6177Diagnostic(ErrorCode.WRN_UnqualifiedNestedTypeInCref, "Inner"),
DocumentationComments\DocumentationCommentCompilerTests.cs (3)
6307Diagnostic(ErrorCode.WRN_UnqualifiedNestedTypeInCref, "Inner"), 6351Diagnostic(ErrorCode.WRN_UnqualifiedNestedTypeInCref, "C{Inner[]}"), 6392Diagnostic(ErrorCode.WRN_UnqualifiedNestedTypeInCref, "Inner{int}"),
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
310case ErrorCode.WRN_UnqualifiedNestedTypeInCref: