1 write to Id
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
13166
Id
= id;
29 references to Id
Microsoft.CodeAnalysis.CSharp (29)
FlowAnalysis\NullableWalker.cs (29)
1908
Debug.Assert(walker._variables.Id == initialState.Value.
Id
);
2847
var tryState = other.GetStateForVariables(self.
Id
);
3545
var state = State.GetStateForVariables(localFunctionState.StartingState.
Id
);
8291
Debug.Assert(variables.Id == localState.
Id
);
13141
/// <see cref="Variables"/> chain, and the <see cref="
Id
"/> field in this type matches <see cref="Variables.Id"/>.
13179
return new LocalStateSnapshot(
Id
, _container?.Value.CreateSnapshot(), _state.Clone());
13231
Debug.Assert(
Id
== variables.Container!.Id);
13260
if (state.
Id
> id)
13266
return state.
Id
== id;
13288
if (state.
Id
!= id)
13290
Debug.Assert(state.
Id
> id);
13302
if (
Id
!= variables.Id)
13304
Debug.Assert(
Id
< variables.Id);
13327
int slot = Variables.ConstructSlot(
Id
, index);
13328
SetValue(
Id
, index, useNotNullsAsDefault ? NullableFlowState.NotNull : walker.GetDefaultState(ref this, slot));
13348
if (
Id
!= id)
13350
Debug.Assert(
Id
> id);
13380
if (
Id
!= id)
13382
Debug.Assert(
Id
> id);
13411
action(Variables.ConstructSlot(
Id
, index), arg);
13418
while (state.
Id
!= id)
13432
return new LocalState(
Id
, container, _state.Clone());
13437
Debug.Assert(
Id
== other.
Id
);
13466
Debug.Assert(
Id
== other.
Id
);
13510
if (
Id
!= variables.Id)
13524
if (getName(Variables.ConstructSlot(
Id
, index)) is string name)
13527
var annotation = GetValue(
Id
, index) switch