2 references to IdentifierTokenAnnotation
Microsoft.CodeAnalysis.Features (2)
ExtractMethod\MethodExtractor.VariableInfo.cs (2)
112
=> document.GetTokenWithAnnotation(_variableSymbol.
IdentifierTokenAnnotation
);
115
=> node.GetAnnotatedTokens(_variableSymbol.
IdentifierTokenAnnotation
).SingleOrDefault();