18 references to GetDriverWithAdditionalTextAndProviderAsync
Microsoft.NET.Sdk.Razor.SourceGenerators.UnitTests (18)
RazorSourceGeneratorTests.cs (17)
152
var (driver, _, _) = await
GetDriverWithAdditionalTextAndProviderAsync
(project, trackSteps: true);
236
var (driver, _, _) = await
GetDriverWithAdditionalTextAndProviderAsync
(project, trackSteps: true);
325
var (driver, additionalTexts, _) = await
GetDriverWithAdditionalTextAndProviderAsync
(project, trackSteps: true);
462
var (driver, additionalTexts, _) = await
GetDriverWithAdditionalTextAndProviderAsync
(project, trackSteps: true);
571
var (driver, additionalTexts, _) = await
GetDriverWithAdditionalTextAndProviderAsync
(project, trackSteps: true);
675
var (driver, additionalTexts, _) = await
GetDriverWithAdditionalTextAndProviderAsync
(project, trackSteps: true);
844
var (driver, additionalTexts, _) = await
GetDriverWithAdditionalTextAndProviderAsync
(project, trackSteps: true);
1021
var (driver, additionalTexts, _) = await
GetDriverWithAdditionalTextAndProviderAsync
(project, trackSteps: true);
1191
var (driver, _, options) = await
GetDriverWithAdditionalTextAndProviderAsync
(project, static options =>
1224
var (driver, _, _) = await
GetDriverWithAdditionalTextAndProviderAsync
(project, trackSteps: true);
1491
var (driver, additionalTexts, _) = await
GetDriverWithAdditionalTextAndProviderAsync
(project, trackSteps: true);
1709
var (driver, additionalTexts, _) = await
GetDriverWithAdditionalTextAndProviderAsync
(project, trackSteps: true);
1866
var (driver, additionalTexts, _) = await
GetDriverWithAdditionalTextAndProviderAsync
(project, trackSteps: true);
2609
var (driver, _, _) = await
GetDriverWithAdditionalTextAndProviderAsync
(project, optionsProvider =>
2849
var (driver, additionalTexts, _) = await
GetDriverWithAdditionalTextAndProviderAsync
(project, trackSteps: true);
3044
var (driver, additionalTexts, analyzerConfigOptionProvider) = await
GetDriverWithAdditionalTextAndProviderAsync
(project, trackSteps: true);
3144
var (mainDriver, mainAdditionalTexts, _) = await
GetDriverWithAdditionalTextAndProviderAsync
(mainProject, trackSteps: true);
RazorSourceGeneratorTestsBase.cs (1)
75
var result = await
GetDriverWithAdditionalTextAndProviderAsync
(project, configureGlobalOptions);