2 writes to Current
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Dbi\Helpers\StackWalkHandleData.cs (2)
37
Current
= _enumerator is not null && _enumerator.MoveNext() ? _enumerator.Current : null;
44
Current
= _enumerator is not null && _enumerator.MoveNext() ? _enumerator.Current : null;
5 references to Current
Microsoft.Diagnostics.DataContractReader.Legacy (5)
Dbi\DacDbiImpl.cs (2)
1422
StackwalkFlag flags = (handleData.
Current
.State == StackWalkState.NativeMarker)
1425
byte[] context = sw.GetRawContext(handleData.
Current
, flags);
Dbi\Helpers\StackWalkHandleData.cs (3)
27
[MemberNotNullWhen(true, nameof(
Current
))]
28
public bool IsValid =>
Current
is not null;
38
if (
Current
is null)