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)
114if (_managed is null || _managed.IsNullRef) 122if (_managed is not null && _nativeResult != 0) 124_managed.Interface = ComInterfaceMarshaller<T>.ConvertToManaged((void*)_nativeResult);