4 references to Signature
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
2250
return _target.Contracts.
Signature
.DecodeFieldSignature(fieldDef.Signature, moduleHandle, enclosingType);
Microsoft.Diagnostics.DataContractReader.Legacy (3)
Dbi\DacDbiImpl.cs (2)
2023
Contracts.ISignature signature = _target.Contracts.
Signature
;
4589
ISignature signature = _target.Contracts.
Signature
;
SOSDacImpl.cs (1)
1061
ISignature signatureContract = _target.Contracts.
Signature
;