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