1 write to Id
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
12245
Id
= id;
29 references to Id
Microsoft.CodeAnalysis.CSharp (29)
FlowAnalysis\NullableWalker.cs (29)
1784
Debug.Assert(walker._variables.Id == initialState.Value.
Id
);
2704
var tryState = other.GetStateForVariables(self.
Id
);
3361
var state = State.GetStateForVariables(localFunctionState.StartingState.
Id
);
7777
Debug.Assert(variables.Id == localState.
Id
);
12220
/// <see cref="Variables"/> chain, and the <see cref="
Id
"/> field in this type matches <see cref="Variables.Id"/>.
12258
return new LocalStateSnapshot(
Id
, _container?.Value.CreateSnapshot(), _state.Clone());
12310
Debug.Assert(
Id
== variables.Container!.Id);
12339
if (state.
Id
> id)
12345
return state.
Id
== id;
12367
if (state.
Id
!= id)
12369
Debug.Assert(state.
Id
> id);
12381
if (
Id
!= variables.Id)
12383
Debug.Assert(
Id
< variables.Id);
12406
int slot = Variables.ConstructSlot(
Id
, index);
12407
SetValue(
Id
, index, useNotNullsAsDefault ? NullableFlowState.NotNull : walker.GetDefaultState(ref this, slot));
12427
if (
Id
!= id)
12429
Debug.Assert(
Id
> id);
12459
if (
Id
!= id)
12461
Debug.Assert(
Id
> id);
12490
action(Variables.ConstructSlot(
Id
, index), arg);
12497
while (state.
Id
!= id)
12511
return new LocalState(
Id
, container, _state.Clone());
12516
Debug.Assert(
Id
== other.
Id
);
12545
Debug.Assert(
Id
== other.
Id
);
12589
if (
Id
!= variables.Id)
12603
if (getName(Variables.ConstructSlot(
Id
, index)) is string name)
12606
var annotation = GetValue(
Id
, index) switch