1 write to IsNullRef
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Marshalling\DacComNullableByRef.cs (1)
49
IsNullRef
= isNullRef;
25 references to IsNullRef
Microsoft.Diagnostics.DataContractReader.Legacy (25)
ClrDataExceptionState.cs (1)
125
DacComNullableByRef<IXCLRDataValue> legacyValueOut = new(value.
IsNullRef
);
ClrDataFrame.cs (2)
244
if (!arg.
IsNullRef
)
335
if (!localVariable.
IsNullRef
)
ClrDataMethodDefinition.cs (2)
380
if (!mod.
IsNullRef
)
404
bool validateMod = !mod.
IsNullRef
;
ClrDataMethodInstance.cs (3)
59
DacComNullableByRef<IXCLRDataMethodDefinition> legacyMethodDefinitionOut = new(isNullRef: methodDefinition.
IsNullRef
);
96
if (!mod.
IsNullRef
)
123
bool validateMod = !mod.
IsNullRef
;
ClrDataModule.cs (1)
327
if (method.
IsNullRef
)
ClrDataTypeDefinition.cs (2)
141
if (!mod.
IsNullRef
)
165
DacComNullableByRef<IXCLRDataModule> legacyModOut = new(isNullRef: mod.
IsNullRef
);
ClrDataTypeInstance.cs (2)
128
if (LegacyFallbackHelper.CanFallback() && _legacyImpl is not null && !typeDefinition.
IsNullRef
)
181
if (LegacyFallbackHelper.CanFallback() && _legacyImpl is not null && !typeDefinition.
IsNullRef
)
ClrDataValue.cs (1)
763
if (!field.
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
)
SOSDacImpl.IXCLRDataProcess.cs (7)
146
DacComNullableByRef<IXCLRDataTask> legacyTaskOut = new(isNullRef: task.
IsNullRef
);
439
if (appDomain.
IsNullRef
)
518
DacComNullableByRef<IXCLRDataAppDomain> legacyAppDomainOut = new(isNullRef: appDomain.
IsNullRef
);
612
if (mod.
IsNullRef
)
690
DacComNullableByRef<IXCLRDataModule> legacyModuleOut = new(isNullRef: mod.
IsNullRef
);
697
if (mod.
IsNullRef
)
1583
if (method.
IsNullRef
)