11 instantiations of RazorProjectBuilder
Microsoft.AspNetCore.Razor.Test.Common.Cohosting (1)
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (5)
Microsoft.VisualStudioCode.RazorExtension.UnitTests (5)
20 references to RazorProjectBuilder
Microsoft.AspNetCore.Razor.Test.Common.Cohosting (5)
CohostTestBase.cs (5)
175Action<RazorProjectBuilder>? projectConfigure = null);
186Action<RazorProjectBuilder>? projectConfigure = null)
201private protected static TextDocument CreateProjectAndRazorDocument(CodeAnalysis.Workspace workspace, ProjectId projectId, bool miscellaneousFile, DocumentId documentId, string documentFilePath, string contents, (string fileName, string contents)[]? additionalFiles, bool inGlobalNamespace, bool addDefaultImports, Action<RazorProjectBuilder>? projectConfigure)
217Action<RazorProjectBuilder>? projectConfigure = null)
219var builder = new RazorProjectBuilder(projectId);
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (8)
Microsoft.VisualStudioCode.RazorExtension.UnitTests (7)