6 instantiations of TrackedType
Microsoft.Diagnostics.DataContractReader.Contracts (6)
Contracts\CallingConvention\CallingConvention_1.cs (6)
460=> new() { Underlying = th }; 463=> new() { Underlying = elementType.Underlying, IsByRef = true, 467=> new() { Underlying = elementType.Underlying, 471=> new() { Underlying = _inner.GetArrayType(elementType.Underlying, shape), 475=> new() { Underlying = _inner.GetSZArrayType(elementType.Underlying), 498return new TrackedType
32 references to TrackedType
Microsoft.Diagnostics.DataContractReader.Contracts (32)
Contracts\CallingConvention\CallingConvention_1.cs (32)
346RuntimeSignatureDecoder<TrackedType, MethodSigContext> decoder = new( 352MethodSignature<TrackedType> sig; 366TrackedType t = sig.ParameterTypes[i]; 443private sealed class ParamMetadataProvider : IRuntimeSignatureTypeProvider<TrackedType, MethodSigContext> 459private static TrackedType Wrap(TypeHandle th) 462public TrackedType GetByReferenceType(TrackedType elementType) 466public TrackedType GetPointerType(TrackedType elementType) 470public TrackedType GetArrayType(TrackedType elementType, ArrayShape shape) 474public TrackedType GetSZArrayType(TrackedType elementType) 478public TrackedType GetFunctionPointerType(MethodSignature<TrackedType> signature) 481public TrackedType GetGenericInstantiation(TrackedType genericType, ImmutableArray<TrackedType> typeArguments) 506public TrackedType GetGenericMethodParameter(MethodSigContext context, int index) 509public TrackedType GetGenericTypeParameter(MethodSigContext context, int index) 512public TrackedType GetModifiedType(TrackedType modifier, TrackedType unmodifiedType, bool isRequired) 515public TrackedType GetPinnedType(TrackedType elementType) 518public TrackedType GetPrimitiveType(PrimitiveTypeCode typeCode) 521public TrackedType GetTypeFromDefinition(MetadataReader reader, TypeDefinitionHandle handle, byte rawTypeKind) 524public TrackedType GetTypeFromReference(MetadataReader reader, TypeReferenceHandle handle, byte rawTypeKind) 527public TrackedType GetTypeFromSpecification(MetadataReader reader, MethodSigContext context, TypeSpecificationHandle handle, byte rawTypeKind) 530public TrackedType GetInternalType(TargetPointer typeHandlePointer) 533public TrackedType GetInternalModifiedType(TargetPointer typeHandlePointer, TrackedType unmodifiedType, bool isRequired)