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)
133
DacComNullableByRef<IXCLRDataValue> legacyValueOut = new(value.
IsNullRef
);
ClrDataFrame.cs (2)
255
if (!arg.
IsNullRef
)
348
if (!localVariable.
IsNullRef
)
ClrDataMethodDefinition.cs (2)
393
if (!mod.
IsNullRef
)
417
bool validateMod = !mod.
IsNullRef
;
ClrDataMethodInstance.cs (3)
68
DacComNullableByRef<IXCLRDataMethodDefinition> legacyMethodDefinitionOut = new(isNullRef: methodDefinition.
IsNullRef
);
106
if (!mod.
IsNullRef
)
133
bool validateMod = !mod.
IsNullRef
;
ClrDataModule.cs (1)
397
if (method.
IsNullRef
)
ClrDataTypeDefinition.cs (2)
191
if (!mod.
IsNullRef
)
215
DacComNullableByRef<IXCLRDataModule> legacyModOut = new(isNullRef: mod.
IsNullRef
);
ClrDataTypeInstance.cs (2)
189
if (LegacyFallbackHelper.CanFallback() && _legacyImpl is not null && !typeDefinition.
IsNullRef
)
243
if (LegacyFallbackHelper.CanFallback() && _legacyImpl is not null && !typeDefinition.
IsNullRef
)
ClrDataValue.cs (1)
823
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)
163
DacComNullableByRef<IXCLRDataTask> legacyTaskOut = new(isNullRef: task.
IsNullRef
);
480
if (appDomain.
IsNullRef
)
561
DacComNullableByRef<IXCLRDataAppDomain> legacyAppDomainOut = new(isNullRef: appDomain.
IsNullRef
);
669
if (mod.
IsNullRef
)
749
DacComNullableByRef<IXCLRDataModule> legacyModuleOut = new(isNullRef: mod.
IsNullRef
);
756
if (mod.
IsNullRef
)
1700
if (method.
IsNullRef
)