3 references to DecodeMethodSignature
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\Signature\RuntimeSignatureDecoder.cs (1)
91MethodSignature<TType> methodSignature = DecodeMethodSignature(ref blobReader);
Contracts\StackWalk\GC\GcScanner.cs (2)
358methodSig = decoder.DecodeMethodSignature(ref blobReader); 372methodSig = decoder.DecodeMethodSignature(ref blobReader);