1 instantiation of ComCallWrapper
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\20\Microsoft_Diagnostics_DataContractReader_Data.ComCallWrapper.g.cs (1)
65=> new ComCallWrapper(target, address);
11 references to ComCallWrapper
Microsoft.Diagnostics.DataContractReader.Contracts (11)
_generated\20\Microsoft_Diagnostics_DataContractReader_Data.ComCallWrapper.g.cs (2)
64static ComCallWrapper IData<ComCallWrapper>.Create(Target target, TargetPointer address)
Contracts\BuiltInCOM_1.cs (8)
115Data.ComCallWrapper wrapper = _target.ProcessedData.GetOrAdd<Data.ComCallWrapper>(current); 156Data.ComCallWrapper wrapper = _target.ProcessedData.GetOrAdd<Data.ComCallWrapper>(ccw); 163Data.ComCallWrapper wrapper = _target.ProcessedData.GetOrAdd<Data.ComCallWrapper>(ccw); 187Data.ComCallWrapper wrapper = _target.ProcessedData.GetOrAdd<Data.ComCallWrapper>(ccw);
Data\ComCallWrapper.cs (1)
7internal sealed partial class ComCallWrapper : IData<ComCallWrapper>