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