2 writes to _nativeResult
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Marshalling\DacComNullableByRef.cs (2)
109
_nativeResult
= 0;
117
return (void**)System.Runtime.CompilerServices.Unsafe.AsPointer(ref
_nativeResult
);
4 references to _nativeResult
Microsoft.Diagnostics.DataContractReader.Legacy (4)
Marshalling\DacComNullableByRef.cs (4)
122
if (_managed is not null &&
_nativeResult
!= 0)
124
_managed.Interface = ComInterfaceMarshaller<T>.ConvertToManaged((void*)
_nativeResult
);
130
if (
_nativeResult
!= 0)
132
ComInterfaceMarshaller<T>.Free((void*)
_nativeResult
);