1 write to _inner
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\CallingConvention\CallingConvention_1.cs (1)
450
_inner
= inner;
11 references to _inner
Microsoft.Diagnostics.DataContractReader.Contracts (11)
Contracts\CallingConvention\CallingConvention_1.cs (11)
471
=> new() { Underlying =
_inner
.GetArrayType(elementType.Underlying, shape),
475
=> new() { Underlying =
_inner
.GetSZArrayType(elementType.Underlying),
479
=> Wrap(
_inner
.GetPrimitiveType(PrimitiveTypeCode.IntPtr));
486
TypeHandle constructed =
_inner
.GetGenericInstantiation(genericType.Underlying, builder.ToImmutable());
507
=> Wrap(
_inner
.GetGenericMethodParameter(context, index));
510
=> Wrap(
_inner
.GetGenericTypeParameter(context, index));
519
=> Wrap(
_inner
.GetPrimitiveType(typeCode));
522
=> Wrap(
_inner
.GetTypeFromDefinition(reader, handle, rawTypeKind));
525
=> Wrap(
_inner
.GetTypeFromReference(reader, handle, rawTypeKind));
528
=> Wrap(
_inner
.GetTypeFromSpecification(reader, context, handle, rawTypeKind));
531
=> Wrap(
_inner
.GetInternalType(typeHandlePointer));