1 write to _managed
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Marshalling\DacComNullableByRef.cs (1)
74
_managed
= new DacComNullableByRef<T>(isNullRef: _nativePtr is null);
2 references to _managed
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Marshalling\DacComNullableByRef.cs (2)
76
return
_managed
;
85
*_nativePtr = ComInterfaceMarshaller<T>.ConvertToUnmanaged(
_managed
?.Interface);