1 write to _rts
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\CallingConvention\SignatureTypeInfoProvider.cs (1)
31
_rts
= target.Contracts.RuntimeTypeSystem;
11 references to _rts
Microsoft.Diagnostics.DataContractReader.Contracts (11)
Contracts\CallingConvention\SignatureTypeInfoProvider.cs (11)
41
=> new(CorElementType.FnPtr,
_rts
.GetPrimitiveType(CorElementType.I));
53
exactType =
_rts
.GetConstructedType(
74
ITypeHandle exactType =
_rts
.GetGenericMethodInstantiation(method)[index];
87
ITypeHandle exactType =
_rts
.GetInstantiation(exactOwningType)[index];
109
return new SignatureTypeInfo(elementType,
_rts
.GetPrimitiveType(elementType));
148
: FromExactType(
_rts
.GetTypeHandle(typeHandlePointer));
158
ReadOnlySpan<ITypeHandle> exactArguments =
_rts
.GetInstantiation(exactType);
167
_rts
.GetSignatureCorElementType(exactType),
180
:
_rts
.GetConstructedType(elementType.ExactTypeHandle, constructedElementType, rank, []);
193
:
_rts
.GetTypeHandle(typeHandlePointer);
199
_ when exactType is not null =>
_rts
.GetSignatureCorElementType(exactType),