1 write to _legacyImpl
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataExceptionState.cs (1)
34_legacyImpl = legacyImpl;
18 references to _legacyImpl
Microsoft.Diagnostics.DataContractReader.Legacy (18)
ClrDataExceptionState.cs (18)
54if (_legacyImpl is not null) 57int hrLocal = _legacyImpl.GetFlags(&legacyFlags); 72if (_legacyImpl is not null) 75hrLocal = _legacyImpl.GetPrevious(legacyPreviousOut); 105if (_legacyImpl is not null) 115=> LegacyFallbackHelper.CanFallback() && _legacyImpl is not null ? _legacyImpl.GetManagedObject(value) : HResults.E_NOTIMPL; 160if (_legacyImpl is not null) 167hrLocal = _legacyImpl.GetString(bufLen, &legacyStrLen, str is null ? null : strLocalPtr); 195if (_legacyImpl is not null) 200int hrLocal = _legacyImpl.Request(reqCode, inBufferSize, inBuffer, outBufferSize, localOutBuffer); 216=> LegacyFallbackHelper.CanFallback() && _legacyImpl is not null ? _legacyImpl.IsSameState(exRecord, contextSize, cxRecord) : HResults.E_NOTIMPL; 218=> LegacyFallbackHelper.CanFallback() && _legacyImpl is not null ? _legacyImpl.IsSameState2(flags, exRecord, contextSize, cxRecord) : HResults.E_NOTIMPL; 224if (_legacyImpl is not null) 227hrLocal = _legacyImpl.GetTask(legacyTaskOut); 239if (_legacyImpl is not null)