1 write to Id
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
11329
Id
= id;
29 references to Id
Microsoft.CodeAnalysis.CSharp (29)
FlowAnalysis\NullableWalker.cs (29)
1736
Debug.Assert(walker._variables.Id == initialState.Value.
Id
);
2637
var tryState = other.GetStateForVariables(self.
Id
);
3162
var state = State.GetStateForVariables(localFunctionState.StartingState.
Id
);
6982
Debug.Assert(variables.Id == localState.
Id
);
11304
/// <see cref="Variables"/> chain, and the <see cref="
Id
"/> field in this type matches <see cref="Variables.Id"/>.
11342
return new LocalStateSnapshot(
Id
, _container?.Value.CreateSnapshot(), _state.Clone());
11394
Debug.Assert(
Id
== variables.Container!.Id);
11423
if (state.
Id
> id)
11429
return state.
Id
== id;
11451
if (state.
Id
!= id)
11453
Debug.Assert(state.
Id
> id);
11465
if (
Id
!= variables.Id)
11467
Debug.Assert(
Id
< variables.Id);
11490
int slot = Variables.ConstructSlot(
Id
, index);
11491
SetValue(
Id
, index, useNotNullsAsDefault ? NullableFlowState.NotNull : walker.GetDefaultState(ref this, slot));
11511
if (
Id
!= id)
11513
Debug.Assert(
Id
> id);
11539
if (
Id
!= id)
11541
Debug.Assert(
Id
> id);
11570
action(Variables.ConstructSlot(
Id
, index), arg);
11577
while (state.
Id
!= id)
11591
return new LocalState(
Id
, container, _state.Clone());
11596
Debug.Assert(
Id
== other.
Id
);
11622
Debug.Assert(
Id
== other.
Id
);
11666
if (
Id
!= variables.Id)
11680
if (getName(Variables.ConstructSlot(
Id
, index)) is string name)
11683
var annotation = GetValue(
Id
, index) switch