1 write to IsNullRef
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Marshalling\DacComNullableByRef.cs (1)
49IsNullRef = isNullRef;
11 references to IsNullRef
Microsoft.Diagnostics.DataContractReader.Legacy (11)
ClrDataFrame.cs (2)
221if (!arg.IsNullRef) 307if (!localVariable.IsNullRef)
ClrDataMethodDefinition.cs (2)
335if (!mod.IsNullRef) 359bool validateMod = !mod.IsNullRef;
ClrDataMethodInstance.cs (2)
53if (!mod.IsNullRef) 80bool validateMod = !mod.IsNullRef;
ClrDataModule.cs (1)
327if (method.IsNullRef)
Marshalling\DacComNullableByRef.cs (4)
16/// <see cref="IsNullRef"/> is <c>true</c> and setting <see cref="Interface"/> 33/// Throws <see cref="NullReferenceException"/> when <see cref="IsNullRef"/> is <c>true</c>. 40if (IsNullRef) 114if (_managed is null || _managed.IsNullRef)