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)
24internal IXCLRDataAppDomain? LegacyImpl => _legacyImpl; 74if (_legacyImpl is not null) 81hrLocal = _legacyImpl.GetName(bufLen, &nameLenLocal, name is not null ? pLegacyName : null); 126if (_legacyImpl is not null && hr >= 0) 129int hrLocal = _legacyImpl.GetUniqueID(&idLocal); 156if (_legacyImpl is not null && hr >= 0) 159int hrLocal = _legacyImpl.GetFlags(&flagsLocal); 186if (_legacyImpl is not null) 188int hrLocal = _legacyImpl.IsSameObject(appDomain);