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