3 instantiations of RuntimeSignatureDecoder
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\CallingConvention\CallingConvention_1.cs (2)
290
RuntimeSignatureDecoder<TypeHandle, MethodSigContext> decoder =
new
(
338
RuntimeSignatureDecoder<TrackedType, MethodSigContext> decoder =
new
(
Contracts\Signature\Signature_1.cs (1)
51
RuntimeSignatureDecoder<TypeHandle, TypeHandle> decoder =
new
(provider, _target, mdReader, ctx);
4 references to RuntimeSignatureDecoder
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\CallingConvention\CallingConvention_1.cs (2)
290
RuntimeSignatureDecoder
<TypeHandle, MethodSigContext> decoder = new(
338
RuntimeSignatureDecoder
<TrackedType, MethodSigContext> decoder = new(
Contracts\Signature\IRuntimeSignatureTypeProvider.cs (1)
17
/// <see cref="
RuntimeSignatureDecoder
{TType, TGenericContext}"/>.
Contracts\Signature\Signature_1.cs (1)
51
RuntimeSignatureDecoder
<TypeHandle, TypeHandle> decoder = new(provider, _target, mdReader, ctx);