3 references to GetContainingScope
Microsoft.CodeAnalysis.Features (3)
ExtractMethod\SelectionResult.cs (3)
79protected virtual SyntaxNode GetNodeForDataFlowAnalysis() => GetContainingScope(); 102var containingScope = GetContainingScope(); 134stack.Push(this.GetContainingScope());