1 write to Id
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
13065
Id
= id;
29 references to Id
Microsoft.CodeAnalysis.CSharp (29)
FlowAnalysis\NullableWalker.cs (29)
1888
Debug.Assert(walker._variables.Id == initialState.Value.
Id
);
2827
var tryState = other.GetStateForVariables(self.
Id
);
3525
var state = State.GetStateForVariables(localFunctionState.StartingState.
Id
);
8236
Debug.Assert(variables.Id == localState.
Id
);
13040
/// <see cref="Variables"/> chain, and the <see cref="
Id
"/> field in this type matches <see cref="Variables.Id"/>.
13078
return new LocalStateSnapshot(
Id
, _container?.Value.CreateSnapshot(), _state.Clone());
13130
Debug.Assert(
Id
== variables.Container!.Id);
13159
if (state.
Id
> id)
13165
return state.
Id
== id;
13187
if (state.
Id
!= id)
13189
Debug.Assert(state.
Id
> id);
13201
if (
Id
!= variables.Id)
13203
Debug.Assert(
Id
< variables.Id);
13226
int slot = Variables.ConstructSlot(
Id
, index);
13227
SetValue(
Id
, index, useNotNullsAsDefault ? NullableFlowState.NotNull : walker.GetDefaultState(ref this, slot));
13247
if (
Id
!= id)
13249
Debug.Assert(
Id
> id);
13279
if (
Id
!= id)
13281
Debug.Assert(
Id
> id);
13310
action(Variables.ConstructSlot(
Id
, index), arg);
13317
while (state.
Id
!= id)
13331
return new LocalState(
Id
, container, _state.Clone());
13336
Debug.Assert(
Id
== other.
Id
);
13365
Debug.Assert(
Id
== other.
Id
);
13409
if (
Id
!= variables.Id)
13423
if (getName(Variables.ConstructSlot(
Id
, index)) is string name)
13426
var annotation = GetValue(
Id
, index) switch