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;
65
if (
_legacyImpl
is not null)
72
hrLocal =
_legacyImpl
.GetName(bufLen, &nameLenLocal, name is not null ? pLegacyName : null);
116
if (
_legacyImpl
is not null && hr >= 0)
119
int hrLocal =
_legacyImpl
.GetUniqueID(&idLocal);
145
if (
_legacyImpl
is not null && hr >= 0)
148
int hrLocal =
_legacyImpl
.GetFlags(&flagsLocal);
174
if (
_legacyImpl
is not null)
176
int 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;