1 write to _legacyImpl
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataAppDomain.cs (1)
25_legacyImpl = legacyImpl;
14 references to _legacyImpl
Microsoft.Diagnostics.DataContractReader.Legacy (14)
ClrDataAppDomain.cs (14)
29=> LegacyFallbackHelper.CanFallback() && _legacyImpl is not null ? _legacyImpl.GetProcess(process) : HResults.E_NOTIMPL; 63if (_legacyImpl is not null) 70hrLocal = _legacyImpl.GetName(bufLen, &nameLenLocal, name is not null ? pLegacyName : null); 114if (_legacyImpl is not null && hr >= 0) 117int hrLocal = _legacyImpl.GetUniqueID(&idLocal); 143if (_legacyImpl is not null && hr >= 0) 146int hrLocal = _legacyImpl.GetFlags(&flagsLocal); 172if (_legacyImpl is not null) 174int hrLocal = _legacyImpl.IsSameObject(appDomain); 183=> LegacyFallbackHelper.CanFallback() && _legacyImpl is not null ? _legacyImpl.GetManagedObject(value) : HResults.E_NOTIMPL; 186=> LegacyFallbackHelper.CanFallback() && _legacyImpl is not null ? _legacyImpl.Request(reqCode, inBufferSize, inBuffer, outBufferSize, outBuffer) : HResults.E_NOTIMPL;