3 references to Signature
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
2425
return _target.Contracts.
Signature
.DecodeFieldSignature(fieldDef.Signature, moduleHandle, enclosingType);
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Dbi\DacDbiImpl.cs (2)
2593
Contracts.ISignature signature = _target.Contracts.
Signature
;
5352
ISignature signature = _target.Contracts.
Signature
;