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