1 write to Id
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
13203
Id
= id;
29 references to Id
Microsoft.CodeAnalysis.CSharp (29)
FlowAnalysis\NullableWalker.cs (29)
1906
Debug.Assert(walker._variables.Id == initialState.Value.
Id
);
2845
var tryState = other.GetStateForVariables(self.
Id
);
3542
var state = State.GetStateForVariables(localFunctionState.StartingState.
Id
);
8328
Debug.Assert(variables.Id == localState.
Id
);
13178
/// <see cref="Variables"/> chain, and the <see cref="
Id
"/> field in this type matches <see cref="Variables.Id"/>.
13216
return new LocalStateSnapshot(
Id
, _container?.Value.CreateSnapshot(), _state.Clone());
13268
Debug.Assert(
Id
== variables.Container!.Id);
13297
if (state.
Id
> id)
13303
return state.
Id
== id;
13325
if (state.
Id
!= id)
13327
Debug.Assert(state.
Id
> id);
13339
if (
Id
!= variables.Id)
13341
Debug.Assert(
Id
< variables.Id);
13364
int slot = Variables.ConstructSlot(
Id
, index);
13365
SetValue(
Id
, index, useNotNullsAsDefault ? NullableFlowState.NotNull : walker.GetDefaultState(ref this, slot));
13385
if (
Id
!= id)
13387
Debug.Assert(
Id
> id);
13417
if (
Id
!= id)
13419
Debug.Assert(
Id
> id);
13448
action(Variables.ConstructSlot(
Id
, index), arg);
13455
while (state.
Id
!= id)
13469
return new LocalState(
Id
, container, _state.Clone());
13474
Debug.Assert(
Id
== other.
Id
);
13503
Debug.Assert(
Id
== other.
Id
);
13547
if (
Id
!= variables.Id)
13561
if (getName(Variables.ConstructSlot(
Id
, index)) is string name)
13564
var annotation = GetValue(
Id
, index) switch