4 references to LegacyFormatTargetDescriptor
Microsoft.CodeAnalysis.CodeStyle (2)
src\Analyzers\Core\Analyzers\RemoveUnnecessarySuppressions\AbstractRemoveUnnecessaryAttributeSuppressionsDiagnosticAnalyzer.cs (2)
48
: base([s_invalidScopeDescriptor, s_invalidOrMissingTargetDescriptor,
LegacyFormatTargetDescriptor
], GeneratedCodeAnalysisFlags.None)
112
reportDiagnostic(Diagnostic.Create(
LegacyFormatTargetDescriptor
, targetValueOperation.Syntax.GetLocation(), properties!, targetSymbolString));
Microsoft.CodeAnalysis.CSharp.CodeStyle.UnitTests (2)
src\Analyzers\CSharp\Tests\RemoveUnnecessarySuppressions\RemoveUnnecessaryAttributeSuppressionsTests.cs (1)
317
var expectedDiagnostic = VerifyCS.Diagnostic(AbstractRemoveUnnecessaryAttributeSuppressionsDiagnosticAnalyzer.
LegacyFormatTargetDescriptor
)
src\Analyzers\CSharp\Tests\UpdateLegacySuppressions\UpdateLegacySuppressionsTests.cs (1)
42
var expectedDiagnostic = VerifyCS.Diagnostic(AbstractRemoveUnnecessaryAttributeSuppressionsDiagnosticAnalyzer.
LegacyFormatTargetDescriptor
)