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