4 references to s_newLocalDeclarationStatementAnnotation
Microsoft.CodeAnalysis.Features (4)
AbstractRemoveUnusedValuesCodeFixProvider.cs (4)
678
.WithAdditionalAnnotations(
s_newLocalDeclarationStatementAnnotation
, Simplifier.Annotation);
806
/// local declaration statements annotated with <see cref="
s_newLocalDeclarationStatementAnnotation
"/>
822
.Where(n => n.HasAnnotation(
s_newLocalDeclarationStatementAnnotation
) ||
860
else if (declStatement.HasAnnotation(
s_newLocalDeclarationStatementAnnotation
))