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)
816
var retainedAttributesInFixCode =
IsCompilerDiagnosticsTest
847
var retainedAttributesInFixCode =
IsCompilerDiagnosticsTest
888
if (
IsCompilerDiagnosticsTest
)