1 write to Id
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
12683
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
);
8084
Debug.Assert(variables.Id == localState.
Id
);
12658
/// <see cref="Variables"/> chain, and the <see cref="
Id
"/> field in this type matches <see cref="Variables.Id"/>.
12696
return new LocalStateSnapshot(
Id
, _container?.Value.CreateSnapshot(), _state.Clone());
12748
Debug.Assert(
Id
== variables.Container!.Id);
12777
if (state.
Id
> id)
12783
return state.
Id
== id;
12805
if (state.
Id
!= id)
12807
Debug.Assert(state.
Id
> id);
12819
if (
Id
!= variables.Id)
12821
Debug.Assert(
Id
< variables.Id);
12844
int slot = Variables.ConstructSlot(
Id
, index);
12845
SetValue(
Id
, index, useNotNullsAsDefault ? NullableFlowState.NotNull : walker.GetDefaultState(ref this, slot));
12865
if (
Id
!= id)
12867
Debug.Assert(
Id
> id);
12897
if (
Id
!= id)
12899
Debug.Assert(
Id
> id);
12928
action(Variables.ConstructSlot(
Id
, index), arg);
12935
while (state.
Id
!= id)
12949
return new LocalState(
Id
, container, _state.Clone());
12954
Debug.Assert(
Id
== other.
Id
);
12983
Debug.Assert(
Id
== other.
Id
);
13027
if (
Id
!= variables.Id)
13041
if (getName(Variables.ConstructSlot(
Id
, index)) is string name)
13044
var annotation = GetValue(
Id
, index) switch