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