1 write to _legacyImpl
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataMethodDefinition.cs (1)
48
_legacyImpl
= legacyImpl;
30 references to _legacyImpl
Microsoft.Diagnostics.DataContractReader.Legacy (30)
ClrDataMethodDefinition.cs (30)
168
if (
_legacyImpl
is not null)
170
hrLocal =
_legacyImpl
.StartEnumInstances(appDomain, &legacyHandle);
201
if (
_legacyImpl
is not null && legacyHandle != default)
203
_legacyImpl
.EndEnumInstances(legacyHandle);
208
if (
_legacyImpl
is not null)
233
if (
_legacyImpl
is not null)
237
hrLocal =
_legacyImpl
.EnumInstance(&legacyHandle, legacyMethodOut);
257
if (
_legacyImpl
is not null)
269
if (
_legacyImpl
is not null)
295
if (
_legacyImpl
is not null && emi.LegacyHandle != 0)
297
int hrLocal =
_legacyImpl
.EndEnumInstances(emi.LegacyHandle);
354
if (
_legacyImpl
is not null)
361
hrLocal =
_legacyImpl
.GetName(flags, bufLen, &nameLenLocal, name is null ? null : pNameBufLocal);
396
if (
_legacyImpl
is not null)
399
int hrLegacy =
_legacyImpl
.GetTokenAndScope(null, legacyModOut);
414
if (
_legacyImpl
is not null)
421
int hrLocal =
_legacyImpl
.GetTokenAndScope(validateToken ? &tokenLocal : null, legacyModOutLocal);
488
if (
_legacyImpl
is not null)
491
int hrLocal =
_legacyImpl
.StartEnumExtents(handle is null ? null : &legacyHandle);
501
_legacyImpl
.EndEnumExtents(legacyHandle);
543
if (
_legacyImpl
is not null && extents is { LegacyHandle: not 0 })
547
int hrLocal =
_legacyImpl
.EnumExtent(&legacyHandle, &extentLocal);
587
if (
_legacyImpl
is not null && legacyHandle != 0)
589
int hrLocal =
_legacyImpl
.EndEnumExtents((ulong)legacyHandle);
673
if (
_legacyImpl
is not null)
676
int hrLocal =
_legacyImpl
.Request(
712
if (LegacyFallbackHelper.CanFallback() &&
_legacyImpl
is not null)
715
int hrLocal =
_legacyImpl
.GetRepresentativeEntryAddress(addr is null ? null : &addrLocal);
751
if (
_legacyImpl
is not null)
754
int hrLocal =
_legacyImpl
.HasClassOrMethodInstantiation(&bGenericLocal);