1 write to _legacyImpl
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataAppDomain.cs (1)
28
_legacyImpl
= legacyImpl;
9 references to _legacyImpl
Microsoft.Diagnostics.DataContractReader.Legacy (9)
ClrDataAppDomain.cs (9)
22
internal IXCLRDataAppDomain? LegacyImpl =>
_legacyImpl
;
66
if (
_legacyImpl
is not null)
73
hrLocal =
_legacyImpl
.GetName(bufLen, &nameLenLocal, name is not null ? pLegacyName : null);
117
if (
_legacyImpl
is not null && hr >= 0)
120
int hrLocal =
_legacyImpl
.GetUniqueID(&idLocal);
146
if (
_legacyImpl
is not null && hr >= 0)
149
int hrLocal =
_legacyImpl
.GetFlags(&flagsLocal);
175
if (
_legacyImpl
is not null)
177
int hrLocal =
_legacyImpl
.IsSameObject(appDomain);