3 writes to IsEofResult
System.Xaml.Tests (3)
System\Xaml\XamlBackgroundReaderTests.cs (1)
23
IsEofResult
= true,
System\Xaml\XamlReaderTests.cs (2)
61
IsEofResult
= false,
118
IsEofResult
= true
1 reference to IsEofResult
System.Xaml.Tests (1)
Common\SubXamlReader.cs (1)
28
public override bool IsEof =>
IsEofResult
.Or(() => CurrentIndex >= NodeTypes.Length);