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