4 references to s_newLocalDeclarationStatementAnnotation
Microsoft.CodeAnalysis.Features (4)
src\Analyzers\Core\CodeFixes\RemoveUnusedParametersAndValues\AbstractRemoveUnusedValuesCodeFixProvider.cs (4)
689
.WithAdditionalAnnotations(
s_newLocalDeclarationStatementAnnotation
, Simplifier.Annotation);
816
/// local declaration statements annotated with <see cref="
s_newLocalDeclarationStatementAnnotation
"/>
832
.Where(n => n.HasAnnotation(
s_newLocalDeclarationStatementAnnotation
) ||
865
else if (declStatement.HasAnnotation(
s_newLocalDeclarationStatementAnnotation
))