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;
63
if (
_legacyImpl
is not null)
70
hrLocal =
_legacyImpl
.GetName(bufLen, &nameLenLocal, name is not null ? pLegacyName : null);
114
if (
_legacyImpl
is not null && hr >= 0)
117
int hrLocal =
_legacyImpl
.GetUniqueID(&idLocal);
143
if (
_legacyImpl
is not null && hr >= 0)
146
int hrLocal =
_legacyImpl
.GetFlags(&flagsLocal);
172
if (
_legacyImpl
is not null)
174
int 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;