1 write to _legacyImpl
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataExceptionState.cs (1)
41_legacyImpl = legacyImpl;
19 references to _legacyImpl
Microsoft.Diagnostics.DataContractReader.Legacy (19)
ClrDataExceptionState.cs (19)
62if (_legacyImpl is not null) 65int hrLocal = _legacyImpl.GetFlags(&legacyFlags); 81if (_legacyImpl is not null) 84hrLocal = _legacyImpl.GetPrevious(legacyPreviousOut); 116if (_legacyImpl is not null) 131if (_legacyImpl is not null && LegacyFallbackHelper.CanFallback()) 134hrLocal = _legacyImpl.GetManagedObject(legacyValueOut); 179if (_legacyImpl is not null) 242if (_legacyImpl is not null) 249hrLocal = _legacyImpl.GetString(bufLen, &legacyStrLen, str is null ? null : strLocalPtr); 278if (_legacyImpl is not null) 283int hrLocal = _legacyImpl.Request(reqCode, inBufferSize, inBuffer, outBufferSize, localOutBuffer); 303if (_legacyImpl is not null) 305int hrLocal = _legacyImpl.IsSameState(exRecord, contextSize, cxRecord); 317if (_legacyImpl is not null) 319int hrLocal = _legacyImpl.IsSameState2(flags, exRecord, contextSize, cxRecord); 382if (_legacyImpl is not null) 385hrLocal = _legacyImpl.GetTask(legacyTaskOut); 397if (_legacyImpl is not null)