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)
39var expected = _index < _baseline.Length ? _baseline[_index++] : null; 56Assert.True(_baseline.Length == _index, "Not all lines of the baseline were visited!");