1 implementation of IsFreeObjectMethodTable
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
561public bool IsFreeObjectMethodTable(TypeHandle typeHandle) => FreeObjectMethodTablePointer == typeHandle.Address;
3 references to IsFreeObjectMethodTable
Microsoft.Diagnostics.DataContractReader.Legacy (3)
SOSDacImpl.cs (3)
2826bool isFreeObjectMT = contract.IsFreeObjectMethodTable(methodTable); 2957if (typeSystemContract.IsFreeObjectMethodTable(methodTableHandle)) 3347if (runtimeTypeSystemContract.IsFreeObjectMethodTable(handle))