1 implementation of DecodeFieldSignature
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\Signature\Signature_1.cs (1)
45
ITypeHandle? ISignature.
DecodeFieldSignature
(BlobHandle blobHandle, ModuleHandle moduleHandle, ITypeHandle? ctx)
2 references to DecodeFieldSignature
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
2425
return _target.Contracts.Signature.
DecodeFieldSignature
(fieldDef.Signature, moduleHandle, enclosingType);
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Dbi\DacDbiImpl.cs (1)
5380
ITypeHandle? fieldTypeHandle = signature.
DecodeFieldSignature
(fieldDef.Signature, enclosingModuleHandle, enclosingTypeHandle);