1 write to _legacyImpl
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataMethodDefinition.cs (1)
48_legacyImpl = legacyImpl;
10 references to _legacyImpl
Microsoft.Diagnostics.DataContractReader.Legacy (10)
ClrDataMethodDefinition.cs (10)
166if (_legacyImpl is not null) 168hrLocal = _legacyImpl.StartEnumInstances(appDomain, &legacyHandle); 199if (_legacyImpl is not null && legacyHandle != default) 201_legacyImpl.EndEnumInstances(legacyHandle); 230if (_legacyImpl is not null) 234hrLocal = _legacyImpl.EnumInstance(&legacyHandle, legacyMethodOut); 283if (_legacyImpl is not null && emi.LegacyHandle != 0) 285int hrLocal = _legacyImpl.EndEnumInstances(emi.LegacyHandle); 385if (_legacyImpl is not null) 388int hrLegacy = _legacyImpl.GetTokenAndScope(null, legacyModOut);