6 references to TestKind
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (6)
Diagnostics\Suppression\RemoveUnnecessaryPragmaSuppressionsTests.cs (6)
299
public async Task TestDoNotRemoveUnsupportedDiagnosticSuppression(bool disable,
TestKind
testKind)
306
if (testKind is
TestKind
.Pragmas or
TestKind
.PragmasAndSuppressMessageAttributes)
309
if (testKind is
TestKind
.SuppressMessageAttributes or
TestKind
.PragmasAndSuppressMessageAttributes)
317
if (!IsCompilerDiagnosticsTest || testKind ==
TestKind
.Pragmas)