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