2 instantiations of MethodSigContext
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\CallingConvention\CallingConvention_1.cs (2)
306MethodSigContext context = new(methodDesc, typeHandle); 344MethodSigContext context = new(methodDesc, typeHandle);
12 references to MethodSigContext
Microsoft.Diagnostics.DataContractReader.Contracts (12)
Contracts\CallingConvention\CallingConvention_1.cs (12)
306MethodSigContext context = new(methodDesc, typeHandle); 308RuntimeSignatureDecoder<TypeHandle, MethodSigContext> decoder = new( 344MethodSigContext context = new(methodDesc, typeHandle); 346RuntimeSignatureDecoder<TrackedType, MethodSigContext> decoder = new( 443private sealed class ParamMetadataProvider : IRuntimeSignatureTypeProvider<TrackedType, MethodSigContext> 506public TrackedType GetGenericMethodParameter(MethodSigContext context, int index) 509public TrackedType GetGenericTypeParameter(MethodSigContext context, int index) 527public TrackedType GetTypeFromSpecification(MetadataReader reader, MethodSigContext context, TypeSpecificationHandle handle, byte rawTypeKind) 565: SignatureTypeProvider<MethodSigContext>, 566IRuntimeSignatureTypeProvider<TypeHandle, MethodSigContext> 576public new TypeHandle GetGenericMethodParameter(MethodSigContext context, int index) 579public new TypeHandle GetGenericTypeParameter(MethodSigContext context, int index)