2 overrides of IsCompilerDiagnosticsTest
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (2)
Diagnostics\Suppression\RemoveUnnecessaryPragmaSuppressionsTests.cs (2)
147
protected override bool
IsCompilerDiagnosticsTest
=> true;
185
protected override bool
IsCompilerDiagnosticsTest
=> false;
6 references to IsCompilerDiagnosticsTest
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (6)
Diagnostics\Suppression\RemoveUnnecessaryPragmaSuppressionsTests.cs (6)
242
if (!
IsCompilerDiagnosticsTest
)
273
if (!
IsCompilerDiagnosticsTest
)
317
if (!
IsCompilerDiagnosticsTest
|| testKind == TestKind.Pragmas)
666
var retainedAttributesInFixCode =
IsCompilerDiagnosticsTest
697
var retainedAttributesInFixCode =
IsCompilerDiagnosticsTest
738
if (
IsCompilerDiagnosticsTest
)