2 overrides of TryGetVariable
Microsoft.CodeAnalysis.CSharp (2)
FlowAnalysis\DefiniteAssignment.cs (1)
269
protected override bool
TryGetVariable
(VariableIdentifier identifier, out int slot)
FlowAnalysis\NullableWalker.cs (1)
516
protected override bool
TryGetVariable
(VariableIdentifier identifier, out int slot)
3 references to TryGetVariable
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\LocalDataFlowPass.cs (3)
89
return
TryGetVariable
(new VariableIdentifier(symbol, containingSlot), out slot) ? slot : -1;
119
if (!
TryGetVariable
(identifier, out slot))
191
if (!
TryGetVariable
(new VariableIdentifier(restField, containingSlot), out containingSlot))