1 write to Id
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
12604
Id
= id;
29 references to Id
Microsoft.CodeAnalysis.CSharp (29)
FlowAnalysis\NullableWalker.cs (29)
1882
Debug.Assert(walker._variables.Id == initialState.Value.
Id
);
2821
var tryState = other.GetStateForVariables(self.
Id
);
3519
var state = State.GetStateForVariables(localFunctionState.StartingState.
Id
);
8065
Debug.Assert(variables.Id == localState.
Id
);
12579
/// <see cref="Variables"/> chain, and the <see cref="
Id
"/> field in this type matches <see cref="Variables.Id"/>.
12617
return new LocalStateSnapshot(
Id
, _container?.Value.CreateSnapshot(), _state.Clone());
12669
Debug.Assert(
Id
== variables.Container!.Id);
12698
if (state.
Id
> id)
12704
return state.
Id
== id;
12726
if (state.
Id
!= id)
12728
Debug.Assert(state.
Id
> id);
12740
if (
Id
!= variables.Id)
12742
Debug.Assert(
Id
< variables.Id);
12765
int slot = Variables.ConstructSlot(
Id
, index);
12766
SetValue(
Id
, index, useNotNullsAsDefault ? NullableFlowState.NotNull : walker.GetDefaultState(ref this, slot));
12786
if (
Id
!= id)
12788
Debug.Assert(
Id
> id);
12818
if (
Id
!= id)
12820
Debug.Assert(
Id
> id);
12849
action(Variables.ConstructSlot(
Id
, index), arg);
12856
while (state.
Id
!= id)
12870
return new LocalState(
Id
, container, _state.Clone());
12875
Debug.Assert(
Id
== other.
Id
);
12904
Debug.Assert(
Id
== other.
Id
);
12948
if (
Id
!= variables.Id)
12962
if (getName(Variables.ConstructSlot(
Id
, index)) is string name)
12965
var annotation = GetValue(
Id
, index) switch