1 implementation of GetFieldDescApproxTypeHandle
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
2404ITypeHandle? IRuntimeTypeSystem.GetFieldDescApproxTypeHandle(TargetPointer fieldDescPointer)
4 references to GetFieldDescApproxTypeHandle
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\CallingConvention\CallingConvention_1.cs (1)
913ITypeHandle? nested = rts.GetFieldDescApproxTypeHandle(fdPtr);
Contracts\CallingConvention\CdacTypeHandle.cs (1)
222CdacITypeHandle? nested = Rts.GetFieldDescApproxTypeHandle(singleFieldType.Value);
Contracts\RuntimeTypeSystem_1.cs (1)
726ITypeHandle? next = ((IRuntimeTypeSystem)this).GetFieldDescApproxTypeHandle(firstField);
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.cs (1)
1076ITypeHandle? foundTypeHandle = rtsContract.GetFieldDescApproxTypeHandle(fieldDescTargetPtr);