3 references to DecodeLocalSignature
Microsoft.Diagnostics.DataContractReader.Legacy (2)
ClrDataFrame.cs (2)
650
ImmutableArray<(uint Flags, int Size)> localFlags = decoder.
DecodeLocalSignature
(ref sigReader);
685
ImmutableArray<ITypeHandle?> localTypes = decoder.
DecodeLocalSignature
(ref localSigReader);
System.Reflection.Metadata (1)
System\Reflection\Metadata\TypeSystem\StandaloneSignature.cs (1)
46
return decoder.
DecodeLocalSignature
(ref blobReader);