1 instantiation of ComCallWrapper
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\16\Microsoft_Diagnostics_DataContractReader_Data.ComCallWrapper.g.cs (1)
46=> new ComCallWrapper(target, address);
11 references to ComCallWrapper
Microsoft.Diagnostics.DataContractReader.Contracts (11)
_generated\16\Microsoft_Diagnostics_DataContractReader_Data.ComCallWrapper.g.cs (2)
45static ComCallWrapper IData<ComCallWrapper>.Create(Target target, TargetPointer address)
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 (1)
9internal sealed partial class ComCallWrapper : IData<ComCallWrapper>