3 implementations of GetInternalModifiedType
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\CallingConvention\CallingConvention_1.cs (1)
537
public TrackedType
GetInternalModifiedType
(TargetPointer typeHandlePointer, TrackedType unmodifiedType, bool isRequired)
Contracts\Signature\SignatureTypeProvider.cs (1)
98
public TypeHandle
GetInternalModifiedType
(TargetPointer typeHandlePointer, TypeHandle unmodifiedType, bool isRequired)
Contracts\StackWalk\GC\GcSignatureTypeProvider.cs (1)
133
public GcTypeKind
GetInternalModifiedType
(TargetPointer typeHandlePointer, GcTypeKind unmodifiedType, bool isRequired) => unmodifiedType;
1 reference to GetInternalModifiedType
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\Signature\RuntimeSignatureDecoder.cs (1)
277
return _provider.
GetInternalModifiedType
(new TargetPointer(val), unmodifiedType, isRequired);