2 implementations of IObjectiveCMarshal
Microsoft.Diagnostics.DataContractReader.Abstractions (1)
Contracts\IObjectiveCMarshal.cs (1)
14public readonly struct ObjectiveCMarshal : IObjectiveCMarshal
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\ObjectiveCMarshal_1.cs (1)
6internal readonly struct ObjectiveCMarshal_1 : IObjectiveCMarshal
7 references to IObjectiveCMarshal
Microsoft.Diagnostics.DataContractReader.Abstractions (2)
ContractRegistry.cs (2)
114public virtual IObjectiveCMarshal ObjectiveCMarshal => GetContract<IObjectiveCMarshal>();
Microsoft.Diagnostics.DataContractReader.Contracts (1)
CoreCLRContracts.cs (1)
30registry.Register<IObjectiveCMarshal>("c1", static t => new ObjectiveCMarshal_1(t));
Microsoft.Diagnostics.DataContractReader.Legacy (4)
SOSDacImpl.cs (4)
6301if (_target.Contracts.TryGetContract<IObjectiveCMarshal>(out IObjectiveCMarshal? objcContract)) 6341if (_target.Contracts.TryGetContract<IObjectiveCMarshal>(out IObjectiveCMarshal? objcContract))