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