6 instantiations of TrackedType
Microsoft.Diagnostics.DataContractReader.Contracts (6)
32 references to TrackedType
Microsoft.Diagnostics.DataContractReader.Contracts (32)
Contracts\CallingConvention\CallingConvention_1.cs (32)
338RuntimeSignatureDecoder<TrackedType, MethodSigContext> decoder = new(
341MethodSignature<TrackedType> sig;
370TrackedType t = sig.ParameterTypes[i];
447private sealed class ParamMetadataProvider : IRuntimeSignatureTypeProvider<TrackedType, MethodSigContext>
463private static TrackedType Wrap(TypeHandle th)
466public TrackedType GetByReferenceType(TrackedType elementType)
470public TrackedType GetPointerType(TrackedType elementType)
474public TrackedType GetArrayType(TrackedType elementType, ArrayShape shape)
478public TrackedType GetSZArrayType(TrackedType elementType)
482public TrackedType GetFunctionPointerType(MethodSignature<TrackedType> signature)
485public TrackedType GetGenericInstantiation(TrackedType genericType, ImmutableArray<TrackedType> typeArguments)
510public TrackedType GetGenericMethodParameter(MethodSigContext context, int index)
513public TrackedType GetGenericTypeParameter(MethodSigContext context, int index)
516public TrackedType GetModifiedType(TrackedType modifier, TrackedType unmodifiedType, bool isRequired)
519public TrackedType GetPinnedType(TrackedType elementType)
522public TrackedType GetPrimitiveType(PrimitiveTypeCode typeCode)
525public TrackedType GetTypeFromDefinition(MetadataReader reader, TypeDefinitionHandle handle, byte rawTypeKind)
528public TrackedType GetTypeFromReference(MetadataReader reader, TypeReferenceHandle handle, byte rawTypeKind)
531public TrackedType GetTypeFromSpecification(MetadataReader reader, MethodSigContext context, TypeSpecificationHandle handle, byte rawTypeKind)
534public TrackedType GetInternalType(TargetPointer typeHandlePointer)
537public TrackedType GetInternalModifiedType(TargetPointer typeHandlePointer, TrackedType unmodifiedType, bool isRequired)