1 instantiation of ComCallWrapper
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\ComCallWrapper.cs (1)
9static ComCallWrapper IData<ComCallWrapper>.Create(Target target, TargetPointer address) => new ComCallWrapper(target, address);
11 references to ComCallWrapper
Microsoft.Diagnostics.DataContractReader.Contracts (11)
Contracts\BuiltInCOM_1.cs (8)
116Data.ComCallWrapper wrapper = _target.ProcessedData.GetOrAdd<Data.ComCallWrapper>(current); 157Data.ComCallWrapper wrapper = _target.ProcessedData.GetOrAdd<Data.ComCallWrapper>(ccw); 164Data.ComCallWrapper wrapper = _target.ProcessedData.GetOrAdd<Data.ComCallWrapper>(ccw); 188Data.ComCallWrapper wrapper = _target.ProcessedData.GetOrAdd<Data.ComCallWrapper>(ccw);
Data\ComCallWrapper.cs (3)
7internal sealed class ComCallWrapper : IData<ComCallWrapper> 9static ComCallWrapper IData<ComCallWrapper>.Create(Target target, TargetPointer address) => new ComCallWrapper(target, address);