6 references to TestKind
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (6)
Diagnostics\Suppression\RemoveUnnecessaryPragmaSuppressionsTests.cs (6)
300public async Task TestDoNotRemoveUnsupportedDiagnosticSuppression(bool disable, TestKind testKind) 307if (testKind is TestKind.Pragmas or TestKind.PragmasAndSuppressMessageAttributes) 310if (testKind is TestKind.SuppressMessageAttributes or TestKind.PragmasAndSuppressMessageAttributes) 318if (!IsCompilerDiagnosticsTest || testKind == TestKind.Pragmas)