1 write to _typeReferences
ILAssembler (1)
EntityRegistry.cs (1)
1017
_typeReferences
= typeReferences;
3 references to _typeReferences
ILAssembler (3)
EntityRegistry.cs (3)
1174
if (
_typeReferences
is not null)
1177
if (row >= 1 && row <=
_typeReferences
.Count)
1179
return new BlobOrHandle(
_typeReferences
[row - 1].Handle, isValueType);