1 write to IsNullRef
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Marshalling\DacComNullableByRef.cs (1)
49
IsNullRef
= isNullRef;
11 references to IsNullRef
Microsoft.Diagnostics.DataContractReader.Legacy (11)
ClrDataFrame.cs (2)
221
if (!arg.
IsNullRef
)
307
if (!localVariable.
IsNullRef
)
ClrDataMethodDefinition.cs (2)
335
if (!mod.
IsNullRef
)
359
bool validateMod = !mod.
IsNullRef
;
ClrDataMethodInstance.cs (2)
53
if (!mod.
IsNullRef
)
80
bool validateMod = !mod.
IsNullRef
;
ClrDataModule.cs (1)
327
if (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>.
40
if (
IsNullRef
)
114
if (_managed is null || _managed.
IsNullRef
)