1 write to Id
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.Variables.cs (1)
191
Id
= id;
18 references to Id
Microsoft.CodeAnalysis.CSharp (18)
FlowAnalysis\NullableWalker.cs (10)
1882
Debug.Assert(walker._variables.
Id
== initialState.Value.Id);
8084
Debug.Assert(variables.
Id
== localState.Id);
12658
/// <see cref="Variables"/> chain, and the <see cref="Id"/> field in this type matches <see cref="Variables.
Id
"/>.
12720
return new LocalState(variables.
Id
, container, createBitVectorWithNotNulls(capacity, reachable: true));
12743
return new LocalState(variables.
Id
, container, CreateBitVector(reachable));
12748
Debug.Assert(Id == variables.Container!.
Id
);
12749
return new LocalState(variables.
Id
, container: new Boxed(this), CreateBitVector(reachable: true));
12819
if (Id != variables.
Id
)
12821
Debug.Assert(Id < variables.
Id
);
13027
if (Id != variables.
Id
)
FlowAnalysis\NullableWalker.Variables.cs (8)
155
return
Id
+
187
Debug.Assert(container is null || container.
Id
< id);
207
Id
,
250
slot = ConstructSlot(
Id
, index);
281
return ConstructSlot(
Id
, index);
290
Debug.Assert(id ==
Id
);
387
if (variables.
Id
== id)
433
return $"Id={
Id
}, Symbol={symbol}, Count={_variableSlot.Count}";