2 instantiations of MethodSigContext
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\CallingConvention\CallingConvention_1.cs (2)
288MethodSigContext context = new(methodDesc, typeHandle); 336MethodSigContext context = new(methodDesc, typeHandle);
12 references to MethodSigContext
Microsoft.Diagnostics.DataContractReader.Contracts (12)
Contracts\CallingConvention\CallingConvention_1.cs (12)
288MethodSigContext context = new(methodDesc, typeHandle); 290RuntimeSignatureDecoder<TypeHandle, MethodSigContext> decoder = new( 336MethodSigContext context = new(methodDesc, typeHandle); 338RuntimeSignatureDecoder<TrackedType, MethodSigContext> decoder = new( 447private sealed class ParamMetadataProvider : IRuntimeSignatureTypeProvider<TrackedType, MethodSigContext> 510public TrackedType GetGenericMethodParameter(MethodSigContext context, int index) 513public TrackedType GetGenericTypeParameter(MethodSigContext context, int index) 531public TrackedType GetTypeFromSpecification(MetadataReader reader, MethodSigContext context, TypeSpecificationHandle handle, byte rawTypeKind) 569: SignatureTypeProvider<MethodSigContext>, 570IRuntimeSignatureTypeProvider<TypeHandle, MethodSigContext> 580public new TypeHandle GetGenericMethodParameter(MethodSigContext context, int index) 583public new TypeHandle GetGenericTypeParameter(MethodSigContext context, int index)