2 references to AddIdentifierTokenAnnotationPair
Microsoft.CodeAnalysis.Features (2)
ExtractMethod\MethodExtractor.Analyzer.cs (1)
339
variables.Do(v => v.
AddIdentifierTokenAnnotationPair
(annotations, cancellationToken));
ExtractMethod\MethodExtractor.CodeGenerator.cs (1)
313
variable.
AddIdentifierTokenAnnotationPair
(annotations, cancellationToken);