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