Пример #1
0
 public FrozenObjectNode(FieldDesc field, TypePreinit.ISerializableReference data)
 {
     _field = field;
     _data  = data;
 }
Пример #2
0
 public FrozenObjectNode(MetadataType owningType, int allocationSiteId, TypePreinit.ISerializableReference data)
 {
     _owningType       = owningType;
     _allocationSiteId = allocationSiteId;
     _data             = data;
 }