1 write to _index
Microsoft.AspNetCore.Razor.Test.Common (1)
Language\IntegrationTests\IntermediateNodeVerifier.cs (1)
39
var expected = _index < _baseline.Length ? _baseline[
_index
++] : null;
2 references to _index
Microsoft.AspNetCore.Razor.Test.Common (2)
Language\IntegrationTests\IntermediateNodeVerifier.cs (2)
39
var expected =
_index
< _baseline.Length ? _baseline[_index++] : null;
56
Assert.True(_baseline.Length ==
_index
, "Not all lines of the baseline were visited!");