1 implementation of IsFreeObjectMethodTable
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
582public bool IsFreeObjectMethodTable(TypeHandle typeHandle) => FreeObjectMethodTablePointer == typeHandle.Address;
4 references to IsFreeObjectMethodTable
Microsoft.Diagnostics.DataContractReader.Legacy (4)
Dbi\Helpers\HeapWalk.cs (1)
133if (_rts.IsArray(handle, out _) || _rts.IsFreeObjectMethodTable(handle))
SOSDacImpl.cs (3)
2826bool isFreeObjectMT = contract.IsFreeObjectMethodTable(methodTable); 2957if (typeSystemContract.IsFreeObjectMethodTable(methodTableHandle)) 3347if (runtimeTypeSystemContract.IsFreeObjectMethodTable(handle))