1 implementation of DecodeFieldSignature
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\Signature\Signature_1.cs (1)
45
TypeHandle ISignature.
DecodeFieldSignature
(BlobHandle blobHandle, ModuleHandle moduleHandle, TypeHandle ctx)
2 references to DecodeFieldSignature
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Dbi\DacDbiImpl.cs (1)
3687
TypeHandle fieldTypeHandle = signature.
DecodeFieldSignature
(fieldDef.Signature, enclosingModuleHandle, enclosingTypeHandle);
SOSDacImpl.cs (1)
1101
TypeHandle foundTypeHandle = signatureContract.
DecodeFieldSignature
(fieldDef.Signature, moduleHandle, ctx);