1 write to _legacyImpl
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataExceptionState.cs (1)
37_legacyImpl = legacyImpl;
19 references to _legacyImpl
Microsoft.Diagnostics.DataContractReader.Legacy (19)
ClrDataExceptionState.cs (19)
57if (_legacyImpl is not null) 60int hrLocal = _legacyImpl.GetFlags(&legacyFlags); 75if (_legacyImpl is not null) 78hrLocal = _legacyImpl.GetPrevious(legacyPreviousOut); 109if (_legacyImpl is not null) 123if (_legacyImpl is not null && LegacyFallbackHelper.CanFallback()) 126hrLocal = _legacyImpl.GetManagedObject(legacyValueOut); 170if (_legacyImpl is not null) 222if (_legacyImpl is not null) 229hrLocal = _legacyImpl.GetString(bufLen, &legacyStrLen, str is null ? null : strLocalPtr); 257if (_legacyImpl is not null) 262int hrLocal = _legacyImpl.Request(reqCode, inBufferSize, inBuffer, outBufferSize, localOutBuffer); 281if (_legacyImpl is not null) 283int hrLocal = _legacyImpl.IsSameState(exRecord, contextSize, cxRecord); 294if (_legacyImpl is not null) 296int hrLocal = _legacyImpl.IsSameState2(flags, exRecord, contextSize, cxRecord); 358if (_legacyImpl is not null) 361hrLocal = _legacyImpl.GetTask(legacyTaskOut); 373if (_legacyImpl is not null)