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