1 write to Id
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
12306
Id
= id;
29 references to Id
Microsoft.CodeAnalysis.CSharp (29)
FlowAnalysis\NullableWalker.cs (29)
1845
Debug.Assert(walker._variables.Id == initialState.Value.
Id
);
2765
var tryState = other.GetStateForVariables(self.
Id
);
3422
var state = State.GetStateForVariables(localFunctionState.StartingState.
Id
);
7838
Debug.Assert(variables.Id == localState.
Id
);
12281
/// <see cref="Variables"/> chain, and the <see cref="
Id
"/> field in this type matches <see cref="Variables.Id"/>.
12319
return new LocalStateSnapshot(
Id
, _container?.Value.CreateSnapshot(), _state.Clone());
12371
Debug.Assert(
Id
== variables.Container!.Id);
12400
if (state.
Id
> id)
12406
return state.
Id
== id;
12428
if (state.
Id
!= id)
12430
Debug.Assert(state.
Id
> id);
12442
if (
Id
!= variables.Id)
12444
Debug.Assert(
Id
< variables.Id);
12467
int slot = Variables.ConstructSlot(
Id
, index);
12468
SetValue(
Id
, index, useNotNullsAsDefault ? NullableFlowState.NotNull : walker.GetDefaultState(ref this, slot));
12488
if (
Id
!= id)
12490
Debug.Assert(
Id
> id);
12520
if (
Id
!= id)
12522
Debug.Assert(
Id
> id);
12551
action(Variables.ConstructSlot(
Id
, index), arg);
12558
while (state.
Id
!= id)
12572
return new LocalState(
Id
, container, _state.Clone());
12577
Debug.Assert(
Id
== other.
Id
);
12606
Debug.Assert(
Id
== other.
Id
);
12650
if (
Id
!= variables.Id)
12664
if (getName(Variables.ConstructSlot(
Id
, index)) is string name)
12667
var annotation = GetValue(
Id
, index) switch