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