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