1 write to _legacyImpl
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataAppDomain.cs (1)
31
_legacyImpl
= legacyImpl;
9 references to _legacyImpl
Microsoft.Diagnostics.DataContractReader.Legacy (9)
ClrDataAppDomain.cs (9)
24
internal IXCLRDataAppDomain? LegacyImpl =>
_legacyImpl
;
74
if (
_legacyImpl
is not null)
81
hrLocal =
_legacyImpl
.GetName(bufLen, &nameLenLocal, name is not null ? pLegacyName : null);
126
if (
_legacyImpl
is not null && hr >= 0)
129
int hrLocal =
_legacyImpl
.GetUniqueID(&idLocal);
156
if (
_legacyImpl
is not null && hr >= 0)
159
int hrLocal =
_legacyImpl
.GetFlags(&flagsLocal);
186
if (
_legacyImpl
is not null)
188
int hrLocal =
_legacyImpl
.IsSameObject(appDomain);