1 write to Id
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
13968
Id
= id;
29 references to Id
Microsoft.CodeAnalysis.CSharp (29)
FlowAnalysis\NullableWalker.cs (29)
1925
Debug.Assert(walker._variables.Id == initialState.Value.
Id
);
2878
var tryState = other.GetStateForVariables(self.
Id
);
3575
var state = State.GetStateForVariables(localFunctionState.StartingState.
Id
);
8659
Debug.Assert(variables.Id == localState.
Id
);
13943
/// <see cref="Variables"/> chain, and the <see cref="
Id
"/> field in this type matches <see cref="Variables.Id"/>.
13981
return new LocalStateSnapshot(
Id
, _container?.Value.CreateSnapshot(), _state.Clone());
14033
Debug.Assert(
Id
== variables.Container!.Id);
14062
if (state.
Id
> id)
14068
return state.
Id
== id;
14090
if (state.
Id
!= id)
14092
Debug.Assert(state.
Id
> id);
14104
if (
Id
!= variables.Id)
14106
Debug.Assert(
Id
< variables.Id);
14129
int slot = Variables.ConstructSlot(
Id
, index);
14130
SetValue(
Id
, index, useNotNullsAsDefault ? NullableFlowState.NotNull : walker.GetDefaultState(ref this, slot));
14150
if (
Id
!= id)
14152
Debug.Assert(
Id
> id);
14182
if (
Id
!= id)
14184
Debug.Assert(
Id
> id);
14213
action(Variables.ConstructSlot(
Id
, index), arg);
14220
while (state.
Id
!= id)
14234
return new LocalState(
Id
, container, _state.Clone());
14239
Debug.Assert(
Id
== other.
Id
);
14268
Debug.Assert(
Id
== other.
Id
);
14312
if (
Id
!= variables.Id)
14326
if (getName(Variables.ConstructSlot(
Id
, index)) is string name)
14329
var annotation = GetValue(
Id
, index) switch