1 write to BaselineTestCount
Microsoft.AspNetCore.Razor.Test.Common.Tooling (1)
Language\Legacy\ToolingParserTestBase.cs (1)
70BaselineTestCount++;
2 references to BaselineTestCount
Microsoft.AspNetCore.Razor.Test.Common.Tooling (2)
Language\Legacy\ToolingParserTestBase.cs (2)
65var fileName = BaselineTestCount > 0 ? ParserTestBase.FileName + $"_{BaselineTestCount}" : ParserTestBase.FileName;