4 references to DiagnosticId
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (1)
Diagnostics\DiagnosticAnalyzerTests.cs (1)
4097Assert.Equal(CancellationTestAnalyzer.DiagnosticId, diagnostic.Id);
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (2)
Diagnostics\DiagnosticAnalyzerServiceTests.cs (2)
1048Assert.Equal(CancellationTestAnalyzer.DiagnosticId, diagnostic.Id); 1141Assert.Equal(CancellationTestAnalyzer.DiagnosticId, diagnostic.Id);
Microsoft.CodeAnalysis.Test.Utilities (1)
Diagnostics\CommonDiagnosticAnalyzers.cs (1)
2582new DiagnosticDescriptor(DiagnosticId, "test", "test", "test", DiagnosticSeverity.Warning, isEnabledByDefault: true);