1 write to _legacyImpl
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataValue.cs (1)
39_legacyImpl = legacyImpl;
12 references to _legacyImpl
Microsoft.Diagnostics.DataContractReader.Legacy (12)
ClrDataValue.cs (12)
70if (_legacyImpl is not null) 73int hrLocal = _legacyImpl.GetFlags(&flagsLocal); 102if (_legacyImpl is not null) 105int hrLocal = _legacyImpl.GetAddress(&addressLocal); 134if (_legacyImpl is not null) 137int hrLocal = _legacyImpl.GetSize(&sizeLocal); 189if (_legacyImpl is not null) 196hrLocal = _legacyImpl.GetBytes(bufLen, &legacyDataSize, pLegacy); 318if (_legacyImpl is not null) 321int hrLocal = _legacyImpl.GetNumLocations(&numLocsLocal); 352if (_legacyImpl is not null) 356int hrLocal = _legacyImpl.GetLocationByIndex(loc, &flagsLocal, &argLocal);