2 overrides of IdentifierTokenAnnotation
Microsoft.CodeAnalysis.Features (2)
ExtractMethod\MethodExtractor.VariableSymbol.cs (2)
96public override SyntaxAnnotation IdentifierTokenAnnotation => throw ExceptionUtilities.Unreachable(); 247public override SyntaxAnnotation IdentifierTokenAnnotation => _annotation;
2 references to IdentifierTokenAnnotation
Microsoft.CodeAnalysis.Features (2)
ExtractMethod\MethodExtractor.VariableInfo.cs (2)
128=> document.GetTokenWithAnnotation(_variableSymbol.IdentifierTokenAnnotation); 131=> node.GetAnnotatedTokens(_variableSymbol.IdentifierTokenAnnotation).SingleOrDefault();