6 references to GetDriverWithAdditionalTextAsync
Microsoft.NET.Sdk.Razor.SourceGenerators.UnitTests (6)
RazorSourceGeneratorTests.cs (5)
2033var (driver, additionalTexts) = await GetDriverWithAdditionalTextAsync(project); 2219var (driver, additionalTexts) = await GetDriverWithAdditionalTextAsync(project); 2812var (driver, additionalTexts) = await GetDriverWithAdditionalTextAsync(project); 2901var (driver, additionalTexts) = await GetDriverWithAdditionalTextAsync(project); 2973var (driver, additionalTexts) = await GetDriverWithAdditionalTextAsync(project);
RazorSourceGeneratorTestsBase.cs (1)
69var (driver, _) = await GetDriverWithAdditionalTextAsync(project, configureGlobalOptions);