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