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