1 write to Id
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
13854
Id
= id;
29 references to Id
Microsoft.CodeAnalysis.CSharp (29)
FlowAnalysis\NullableWalker.cs (29)
1908
Debug.Assert(walker._variables.Id == initialState.Value.
Id
);
2847
var tryState = other.GetStateForVariables(self.
Id
);
3544
var state = State.GetStateForVariables(localFunctionState.StartingState.
Id
);
8609
Debug.Assert(variables.Id == localState.
Id
);
13829
/// <see cref="Variables"/> chain, and the <see cref="
Id
"/> field in this type matches <see cref="Variables.Id"/>.
13867
return new LocalStateSnapshot(
Id
, _container?.Value.CreateSnapshot(), _state.Clone());
13919
Debug.Assert(
Id
== variables.Container!.Id);
13948
if (state.
Id
> id)
13954
return state.
Id
== id;
13976
if (state.
Id
!= id)
13978
Debug.Assert(state.
Id
> id);
13990
if (
Id
!= variables.Id)
13992
Debug.Assert(
Id
< variables.Id);
14015
int slot = Variables.ConstructSlot(
Id
, index);
14016
SetValue(
Id
, index, useNotNullsAsDefault ? NullableFlowState.NotNull : walker.GetDefaultState(ref this, slot));
14036
if (
Id
!= id)
14038
Debug.Assert(
Id
> id);
14068
if (
Id
!= id)
14070
Debug.Assert(
Id
> id);
14099
action(Variables.ConstructSlot(
Id
, index), arg);
14106
while (state.
Id
!= id)
14120
return new LocalState(
Id
, container, _state.Clone());
14125
Debug.Assert(
Id
== other.
Id
);
14154
Debug.Assert(
Id
== other.
Id
);
14198
if (
Id
!= variables.Id)
14212
if (getName(Variables.ConstructSlot(
Id
, index)) is string name)
14215
var annotation = GetValue(
Id
, index) switch