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