1 instantiation of NativeObjectWrapperObject
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\119\Microsoft_Diagnostics_DataContractReader_Data.NativeObjectWrapperObject.g.cs (1)
34
=> new
NativeObjectWrapperObject
(target, address);
5 references to NativeObjectWrapperObject
Microsoft.Diagnostics.DataContractReader.Contracts (5)
_generated\119\Microsoft_Diagnostics_DataContractReader_Data.NativeObjectWrapperObject.g.cs (2)
33
static
NativeObjectWrapperObject
IData<
NativeObjectWrapperObject
>.Create(Target target, TargetPointer address)
Contracts\ComWrappers_1.cs (2)
27
Data.
NativeObjectWrapperObject
wrapper = _target.ProcessedData.GetOrAdd<Data.
NativeObjectWrapperObject
>(address);
Data\NativeObjectWrapperObject.cs (1)
7
internal sealed partial class NativeObjectWrapperObject : IData<
NativeObjectWrapperObject
>