4 references to HasSyntaxAnnotation
Microsoft.CodeAnalysis.CSharp.Features (4)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.CallSiteContainerRewriter.cs (1)
64if (_variableToRemoveMap.HasSyntaxAnnotation(variable))
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.cs (3)
618if (variableToRemoveMap.HasSyntaxAnnotation(variableDeclaration)) 716if (variablesToRemove.HasSyntaxAnnotation(designation)) 733if (!variablesToRemove.HasSyntaxAnnotation(pattern))