4 references to DecodeLocalSignature
ILAssembler (1)
EntityRegistry.cs (1)
1415
var localTypes = decoder.
DecodeLocalSignature
(ref reader);
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);