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