5 references to TryGetContract
Microsoft.Diagnostics.DataContractReader.Legacy (5)
Dbi\DacDbiImpl.cs (3)
955
if (_target.Contracts.
TryGetContract
<IComWrappers>(out IComWrappers? comWrappers))
964
if (!comWrappersSuccess && _target.Contracts.
TryGetContract
<IBuiltInCOM>(out IBuiltInCOM? builtInCOM))
2266
if (!_target.Contracts.
TryGetContract
<IReJIT>(out IReJIT rejit))
SOSDacImpl.cs (2)
6301
if (_target.Contracts.
TryGetContract
<IObjectiveCMarshal>(out IObjectiveCMarshal? objcContract))
6341
if (_target.Contracts.
TryGetContract
<IObjectiveCMarshal>(out IObjectiveCMarshal? objcContract))