1 write to Id
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
13204
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
);
13179
/// <see cref="Variables"/> chain, and the <see cref="
Id
"/> field in this type matches <see cref="Variables.Id"/>.
13217
return new LocalStateSnapshot(
Id
, _container?.Value.CreateSnapshot(), _state.Clone());
13269
Debug.Assert(
Id
== variables.Container!.Id);
13298
if (state.
Id
> id)
13304
return state.
Id
== id;
13326
if (state.
Id
!= id)
13328
Debug.Assert(state.
Id
> id);
13340
if (
Id
!= variables.Id)
13342
Debug.Assert(
Id
< variables.Id);
13365
int slot = Variables.ConstructSlot(
Id
, index);
13366
SetValue(
Id
, index, useNotNullsAsDefault ? NullableFlowState.NotNull : walker.GetDefaultState(ref this, slot));
13386
if (
Id
!= id)
13388
Debug.Assert(
Id
> id);
13418
if (
Id
!= id)
13420
Debug.Assert(
Id
> id);
13449
action(Variables.ConstructSlot(
Id
, index), arg);
13456
while (state.
Id
!= id)
13470
return new LocalState(
Id
, container, _state.Clone());
13475
Debug.Assert(
Id
== other.
Id
);
13504
Debug.Assert(
Id
== other.
Id
);
13548
if (
Id
!= variables.Id)
13562
if (getName(Variables.ConstructSlot(
Id
, index)) is string name)
13565
var annotation = GetValue(
Id
, index) switch