3 references to DecodeMethodSignature
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\CallingConvention\CallingConvention_1.cs (2)
319
return decoder.
DecodeMethodSignature
(ref blobReader);
358
sig = decoder.
DecodeMethodSignature
(ref blobReader);
Contracts\Signature\RuntimeSignatureDecoder.cs (1)
91
MethodSignature<TType> methodSignature =
DecodeMethodSignature
(ref blobReader);