1 write to Id
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
13041
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
);
8233
Debug.Assert(variables.Id == localState.
Id
);
13016
/// <see cref="Variables"/> chain, and the <see cref="
Id
"/> field in this type matches <see cref="Variables.Id"/>.
13054
return new LocalStateSnapshot(
Id
, _container?.Value.CreateSnapshot(), _state.Clone());
13106
Debug.Assert(
Id
== variables.Container!.Id);
13135
if (state.
Id
> id)
13141
return state.
Id
== id;
13163
if (state.
Id
!= id)
13165
Debug.Assert(state.
Id
> id);
13177
if (
Id
!= variables.Id)
13179
Debug.Assert(
Id
< variables.Id);
13202
int slot = Variables.ConstructSlot(
Id
, index);
13203
SetValue(
Id
, index, useNotNullsAsDefault ? NullableFlowState.NotNull : walker.GetDefaultState(ref this, slot));
13223
if (
Id
!= id)
13225
Debug.Assert(
Id
> id);
13255
if (
Id
!= id)
13257
Debug.Assert(
Id
> id);
13286
action(Variables.ConstructSlot(
Id
, index), arg);
13293
while (state.
Id
!= id)
13307
return new LocalState(
Id
, container, _state.Clone());
13312
Debug.Assert(
Id
== other.
Id
);
13341
Debug.Assert(
Id
== other.
Id
);
13385
if (
Id
!= variables.Id)
13399
if (getName(Variables.ConstructSlot(
Id
, index)) is string name)
13402
var annotation = GetValue(
Id
, index) switch