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)
76return _managed; 85*_nativePtr = ComInterfaceMarshaller<T>.ConvertToUnmanaged(_managed?.Interface);