5 references to s_pagesDir
Microsoft.VisualStudio.Razor.IntegrationTests (5)
RazorProjectConstants.cs (5)
15
internal static readonly string FetchDataRazorFile = Path.Combine(
s_pagesDir
, "FetchData.razor");
16
internal static readonly string CounterRazorFile = Path.Combine(
s_pagesDir
, "Counter.razor");
17
internal static readonly string IndexRazorFile = Path.Combine(
s_pagesDir
, "Index.razor");
20
internal static readonly string SemanticTokensFile = Path.Combine(
s_pagesDir
, "SemanticTokens.razor");
24
internal static readonly string ErrorCshtmlFile = Path.Combine(
s_pagesDir
, "Error.cshtml");