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)
241
if (!
IsCompilerDiagnosticsTest
)
272
if (!
IsCompilerDiagnosticsTest
)
316
if (!
IsCompilerDiagnosticsTest
|| testKind == TestKind.Pragmas)
665
var retainedAttributesInFixCode =
IsCompilerDiagnosticsTest
696
var retainedAttributesInFixCode =
IsCompilerDiagnosticsTest
737
if (
IsCompilerDiagnosticsTest
)