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