4 references to HasSyntaxAnnotation
Microsoft.CodeAnalysis.CSharp.Features (4)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.CallSiteContainerRewriter.cs (1)
69if (_variableToRemoveMap.HasSyntaxAnnotation(variable))
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.cs (3)
387if (variableToRemoveMap.HasSyntaxAnnotation(variableDeclaration)) 482if (variablesToRemove.HasSyntaxAnnotation(designation)) 499if (!variablesToRemove.HasSyntaxAnnotation(pattern))