1 write to _legacyImpl
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataAppDomain.cs (1)
27_legacyImpl = legacyImpl;
14 references to _legacyImpl
Microsoft.Diagnostics.DataContractReader.Legacy (14)
ClrDataAppDomain.cs (14)
31=> LegacyFallbackHelper.CanFallback() && _legacyImpl is not null ? _legacyImpl.GetProcess(process) : HResults.E_NOTIMPL; 65if (_legacyImpl is not null) 72hrLocal = _legacyImpl.GetName(bufLen, &nameLenLocal, name is not null ? pLegacyName : null); 116if (_legacyImpl is not null && hr >= 0) 119int hrLocal = _legacyImpl.GetUniqueID(&idLocal); 145if (_legacyImpl is not null && hr >= 0) 148int hrLocal = _legacyImpl.GetFlags(&flagsLocal); 174if (_legacyImpl is not null) 176int hrLocal = _legacyImpl.IsSameObject(appDomain); 185=> LegacyFallbackHelper.CanFallback() && _legacyImpl is not null ? _legacyImpl.GetManagedObject(value) : HResults.E_NOTIMPL; 188=> LegacyFallbackHelper.CanFallback() && _legacyImpl is not null ? _legacyImpl.Request(reqCode, inBufferSize, inBuffer, outBufferSize, outBuffer) : HResults.E_NOTIMPL;