4 references to GetVariablesForMethodScope
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\NullableWalker.cs (1)
12710var variables = (symbol.ContainingSymbol is MethodSymbol containingMethod ? _variables.GetVariablesForMethodScope(containingMethod) : null) ??
FlowAnalysis\NullableWalker.Variables.cs (3)
216Debug.Assert(GetVariablesForMethodScope(method) is null); 218((object?)GetVariablesForMethodScope(containingMethod) == this) || 360GetVariablesForMethodScope(method) is { } variables)