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