1 write to Id
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
12426
Id
= id;
29 references to Id
Microsoft.CodeAnalysis.CSharp (29)
FlowAnalysis\NullableWalker.cs (29)
1867
Debug.Assert(walker._variables.Id == initialState.Value.
Id
);
2806
var tryState = other.GetStateForVariables(self.
Id
);
3503
var state = State.GetStateForVariables(localFunctionState.StartingState.
Id
);
7938
Debug.Assert(variables.Id == localState.
Id
);
12401
/// <see cref="Variables"/> chain, and the <see cref="
Id
"/> field in this type matches <see cref="Variables.Id"/>.
12439
return new LocalStateSnapshot(
Id
, _container?.Value.CreateSnapshot(), _state.Clone());
12491
Debug.Assert(
Id
== variables.Container!.Id);
12520
if (state.
Id
> id)
12526
return state.
Id
== id;
12548
if (state.
Id
!= id)
12550
Debug.Assert(state.
Id
> id);
12562
if (
Id
!= variables.Id)
12564
Debug.Assert(
Id
< variables.Id);
12587
int slot = Variables.ConstructSlot(
Id
, index);
12588
SetValue(
Id
, index, useNotNullsAsDefault ? NullableFlowState.NotNull : walker.GetDefaultState(ref this, slot));
12608
if (
Id
!= id)
12610
Debug.Assert(
Id
> id);
12640
if (
Id
!= id)
12642
Debug.Assert(
Id
> id);
12671
action(Variables.ConstructSlot(
Id
, index), arg);
12678
while (state.
Id
!= id)
12692
return new LocalState(
Id
, container, _state.Clone());
12697
Debug.Assert(
Id
== other.
Id
);
12726
Debug.Assert(
Id
== other.
Id
);
12770
if (
Id
!= variables.Id)
12784
if (getName(Variables.ConstructSlot(
Id
, index)) is string name)
12787
var annotation = GetValue(
Id
, index) switch