1 implementation of GetFieldDescApproxTypeHandle
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
2229TypeHandle IRuntimeTypeSystem.GetFieldDescApproxTypeHandle(TargetPointer fieldDescPointer)
3 references to GetFieldDescApproxTypeHandle
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\CallingConvention\CallingConvention_1.cs (1)
890TypeHandle nested = rts.GetFieldDescApproxTypeHandle(fdPtr);
Contracts\CallingConvention\CdacTypeHandle.cs (1)
183TypeHandle nested = Rts.GetFieldDescApproxTypeHandle(singleFieldType.Value);
Contracts\RuntimeTypeSystem_1.cs (1)
675current = ((IRuntimeTypeSystem)this).GetFieldDescApproxTypeHandle(firstField);