1 write to Id
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
12737
Id
= id;
29 references to Id
Microsoft.CodeAnalysis.CSharp (29)
FlowAnalysis\NullableWalker.cs (29)
1882
Debug.Assert(walker._variables.Id == initialState.Value.
Id
);
2821
var tryState = other.GetStateForVariables(self.
Id
);
3519
var state = State.GetStateForVariables(localFunctionState.StartingState.
Id
);
8138
Debug.Assert(variables.Id == localState.
Id
);
12712
/// <see cref="Variables"/> chain, and the <see cref="
Id
"/> field in this type matches <see cref="Variables.Id"/>.
12750
return new LocalStateSnapshot(
Id
, _container?.Value.CreateSnapshot(), _state.Clone());
12802
Debug.Assert(
Id
== variables.Container!.Id);
12831
if (state.
Id
> id)
12837
return state.
Id
== id;
12859
if (state.
Id
!= id)
12861
Debug.Assert(state.
Id
> id);
12873
if (
Id
!= variables.Id)
12875
Debug.Assert(
Id
< variables.Id);
12898
int slot = Variables.ConstructSlot(
Id
, index);
12899
SetValue(
Id
, index, useNotNullsAsDefault ? NullableFlowState.NotNull : walker.GetDefaultState(ref this, slot));
12919
if (
Id
!= id)
12921
Debug.Assert(
Id
> id);
12951
if (
Id
!= id)
12953
Debug.Assert(
Id
> id);
12982
action(Variables.ConstructSlot(
Id
, index), arg);
12989
while (state.
Id
!= id)
13003
return new LocalState(
Id
, container, _state.Clone());
13008
Debug.Assert(
Id
== other.
Id
);
13037
Debug.Assert(
Id
== other.
Id
);
13081
if (
Id
!= variables.Id)
13095
if (getName(Variables.ConstructSlot(
Id
, index)) is string name)
13098
var annotation = GetValue(
Id
, index) switch