1 write to Id
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.Variables.cs (1)
191
Id
= id;
17 references to Id
Microsoft.CodeAnalysis.CSharp (17)
FlowAnalysis\NullableWalker.cs (9)
8731
Debug.Assert(variables.
Id
== localState.Id);
14031
/// <see cref="Variables"/> chain, and the <see cref="Id"/> field in this type matches <see cref="Variables.
Id
"/>.
14093
return new LocalState(variables.
Id
, container, createBitVectorWithNotNulls(capacity, reachable: true));
14116
return new LocalState(variables.
Id
, container, CreateBitVector(reachable));
14121
Debug.Assert(Id == variables.Container!.
Id
);
14122
return new LocalState(variables.
Id
, container: new Boxed(this), CreateBitVector(reachable: true));
14192
if (Id != variables.
Id
)
14194
Debug.Assert(Id < variables.
Id
);
14400
if (Id != variables.
Id
)
FlowAnalysis\NullableWalker.Variables.cs (8)
155
return
Id
+
187
Debug.Assert(container is null || container.
Id
< id);
206
Id
,
249
slot = ConstructSlot(
Id
, index);
280
return ConstructSlot(
Id
, index);
289
Debug.Assert(id ==
Id
);
386
if (variables.
Id
== id)
432
return $"Id={
Id
}, Symbol={symbol}, Count={_variableSlot.Count}";