4 references to DiagnosticId
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (1)
Diagnostics\DiagnosticAnalyzerTests.cs (1)
1233
Diagnostic(CSharpNamespaceDeclarationAnalyzer.
DiagnosticId
, @"namespace Goo.Bar.GooBar { }").WithLocation(2, 1));
Microsoft.CodeAnalysis.Test.Utilities (2)
Diagnostics\CommonDiagnosticAnalyzers.cs (2)
621
public const string DiagnosticId = nameof(
DiagnosticId
);
628
new DiagnosticDescriptor(
DiagnosticId
, Title, Message,
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (1)
Diagnostics\DiagnosticAnalyzerTests.vb (1)
626
Diagnostic(VisualBasicNamespaceDeclarationAnalyzer.
DiagnosticId
, <![CDATA[Namespace Goo.Bar.GooBar]]>))