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