23 references to Exists
Microsoft.AspNetCore.Razor.Test.Common (16)
Language\IntegrationTests\IntegrationTestBase.cs (7)
190
if (!testFile.
Exists
())
377
if (!irFile.
Exists
())
398
if (!htmlFile.
Exists
())
436
if (!codegenFile.
Exists
())
449
if (diagnosticsFile.
Exists
())
474
if (!testFile.
Exists
())
658
if (diagnosticsFile.
Exists
())
Language\IntegrationTests\RazorBaselineIntegrationTestBase.cs (5)
60
if (!irFile.
Exists
())
117
if (!codegenFile.
Exists
())
127
if (diagnosticsFile.
Exists
())
137
if (mappingsFile.
Exists
())
258
if (spFile.
Exists
())
Language\Legacy\ParserTestBase.cs (4)
127
if (!stFile.
Exists
())
139
if (diagnosticsFile.
Exists
())
149
if (!classifiedSpanFile.
Exists
())
162
if (tagHelperSpanFile.
Exists
())
Microsoft.AspNetCore.Razor.Test.Common.Tooling (4)
Language\Legacy\ToolingParserTestBase.cs (4)
111
if (!stFile.
Exists
())
123
if (diagnosticsFile.
Exists
())
133
if (!classifiedSpanFile.
Exists
())
146
if (tagHelperSpanFile.
Exists
())
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (2)
Cohost\Formatting\FormattingLogTest.cs (1)
160
if (!testFile.
Exists
())
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\Endpoints\CohostSemanticTokensRangeEndpointTest.cs (1)
448
if (!semanticFile.
Exists
())
Microsoft.VisualStudioCode.RazorExtension.UnitTests (1)
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\Endpoints\CohostSemanticTokensRangeEndpointTest.cs (1)
448
if (!semanticFile.
Exists
())