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)
22internal IXCLRDataAppDomain? LegacyImpl => _legacyImpl; 66if (_legacyImpl is not null) 73hrLocal = _legacyImpl.GetName(bufLen, &nameLenLocal, name is not null ? pLegacyName : null); 117if (_legacyImpl is not null && hr >= 0) 120int hrLocal = _legacyImpl.GetUniqueID(&idLocal); 146if (_legacyImpl is not null && hr >= 0) 149int hrLocal = _legacyImpl.GetFlags(&flagsLocal); 175if (_legacyImpl is not null) 177int hrLocal = _legacyImpl.IsSameObject(appDomain);