5 references to DecodeMethodSignature
Microsoft.Diagnostics.DataContractReader.Contracts (5)
Contracts\CallingConvention\CallingConvention_1.cs (4)
300return decoder.DecodeMethodSignature(ref blobReader); 313return decoder.DecodeMethodSignature(ref sigReader); 349sig = decoder.DecodeMethodSignature(ref blobReader); 363sig = decoder.DecodeMethodSignature(ref sigReader);
Contracts\Signature\RuntimeSignatureDecoder.cs (1)
91MethodSignature<TType> methodSignature = DecodeMethodSignature(ref blobReader);