2 references to _annotation
Microsoft.CodeAnalysis.Features (2)
ExtractMethod\MethodExtractor.VariableSymbol.cs (2)
256
public override SyntaxAnnotation IdentifierTokenAnnotation =>
_annotation
;
263
annotations.Add((GetOriginalIdentifierToken(cancellationToken),
_annotation
));