1 write to _legacyImpl
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataValue.cs (1)
56_legacyImpl = legacyImpl;
47 references to _legacyImpl
Microsoft.Diagnostics.DataContractReader.Legacy (47)
ClrDataValue.cs (47)
90if (_legacyImpl is not null) 93int hrLocal = _legacyImpl.GetFlags(&flagsLocal); 123if (_legacyImpl is not null) 126int hrLocal = _legacyImpl.GetAddress(&addressLocal); 156if (_legacyImpl is not null) 159int hrLocal = _legacyImpl.GetSize(&sizeLocal); 212if (_legacyImpl is not null) 219hrLocal = _legacyImpl.GetBytes(bufLen, &legacyDataSize, pLegacy); 250if (_legacyImpl is not null) 253hrLocal = _legacyImpl.GetType(legacyTypeOut); 280if (_legacyImpl is not null) 333if (_legacyImpl is not null) 336int hrLocal = _legacyImpl.Request( 369if (_legacyImpl is not null) 372int hrLocal = _legacyImpl.GetNumFields2(flags, GetLegacyType(fromType), &numFieldsLocal); 448if (_legacyImpl is not null) 451hrLocal = _legacyImpl.GetAssociatedValue(legacyValueOut); 485if (_legacyImpl is not null) 498if (_legacyImpl is not null) 501hrLocal = _legacyImpl.GetAssociatedType(legacyTypeOut); 531if (_legacyImpl is not null) 558if (_legacyImpl is not null) 564hrLocal = _legacyImpl.GetString(bufLen, &strLenLocal, str is null ? null : strLocalPtr); 608if (_legacyImpl is not null) 614int hrLocal = _legacyImpl.GetArrayProperties(rank is null ? null : &rankLocal, totalElements is null ? null : &totalElementsLocal, numDim, dimsLocal, numBases, basesLocal); 635if (_legacyImpl is not null) 638hrLocal = _legacyImpl.GetArrayElement(numInd, indices, legacyValueOut); 688if (_legacyImpl is not null) 714if (_legacyImpl is not null) 719hrLocal = _legacyImpl.StartEnumFields(fieldFlags, legacyFromType, &legacyHandle); 724hrLocal = _legacyImpl.StartEnumFieldsByName(namePtr, nameFlags, fieldFlags, legacyFromType, &legacyHandle); 754if (_legacyImpl is not null && hrLocal == HResults.S_OK) 757_legacyImpl.EndEnumFields(legacyHandle); 759_legacyImpl.EndEnumFieldsByName(legacyHandle); 764if (_legacyImpl is not null) 791if (_legacyImpl is not null && enumeration.LegacyHandle != 0) 798? _legacyImpl.EnumFieldByName(&legacyHandle, legacyFieldOut, &tokenLocal) 799: _legacyImpl.EnumField(&legacyHandle, legacyFieldOut, nameBufLen, &nameLenLocal, nameBuf is null ? null : nameBufLocalPtr, &tokenLocal); 834if (_legacyImpl is not null && enumeration is not null) 872if (_legacyImpl is not null && legacyHandle != 0) 875? _legacyImpl.EndEnumFieldsByName((ulong)legacyHandle) 876: _legacyImpl.EndEnumFields((ulong)legacyHandle); 880if (_legacyImpl is not null && legacyHandle != 0) 1143if (_legacyImpl is not null) 1146int hrLocal = _legacyImpl.GetNumLocations(&numLocsLocal); 1178if (_legacyImpl is not null) 1182int hrLocal = _legacyImpl.GetLocationByIndex(loc, &flagsLocal, &argLocal);