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