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)); 53exactType = _rts.GetConstructedType( 74ITypeHandle exactType = _rts.GetGenericMethodInstantiation(method)[index]; 87ITypeHandle exactType = _rts.GetInstantiation(exactOwningType)[index]; 109return new SignatureTypeInfo(elementType, _rts.GetPrimitiveType(elementType)); 148: FromExactType(_rts.GetTypeHandle(typeHandlePointer)); 158ReadOnlySpan<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),