1 write to _managed
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Marshalling\DacComNullableByRef.cs (1)
108
_managed
= managed;
4 references to _managed
Microsoft.Diagnostics.DataContractReader.Legacy (4)
Marshalling\DacComNullableByRef.cs (4)
114
if (
_managed
is null ||
_managed
.IsNullRef)
122
if (
_managed
is not null && _nativeResult != 0)
124
_managed
.Interface = ComInterfaceMarshaller<T>.ConvertToManaged((void*)_nativeResult);