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