2 overrides of IsCompilerDiagnosticsTest
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (2)
Diagnostics\Suppression\RemoveUnnecessaryPragmaSuppressionsTests.cs (2)
132
protected override bool
IsCompilerDiagnosticsTest
=> true;
165
protected override bool
IsCompilerDiagnosticsTest
=> false;
6 references to IsCompilerDiagnosticsTest
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (6)
Diagnostics\Suppression\RemoveUnnecessaryPragmaSuppressionsTests.cs (6)
224
if (!
IsCompilerDiagnosticsTest
)
259
if (!
IsCompilerDiagnosticsTest
)
305
if (!
IsCompilerDiagnosticsTest
|| testKind == TestKind.Pragmas)
813
var retainedAttributesInFixCode =
IsCompilerDiagnosticsTest
850
var retainedAttributesInFixCode =
IsCompilerDiagnosticsTest
886
if (
IsCompilerDiagnosticsTest
)