1 write to BaseCompilation
Microsoft.AspNetCore.Razor.Test.Common (1)
Language\IntegrationTests\RazorIntegrationTestBase.cs (1)
73BaseCompilation = DefaultBaseCompilation;
3 references to BaseCompilation
Microsoft.AspNetCore.Razor.Language.UnitTests (2)
IntegrationTests\ComponentCodeGenerationTestBase.cs (2)
12910var componentsDll = BaseCompilation.References.Single(r => r.Display == "Microsoft.AspNetCore.Components (aspnet80)"); 12965var baseCompilation = BaseCompilation.ReplaceReference(componentsDll, minimalShimRef);
Microsoft.AspNetCore.Razor.Test.Common (1)
Language\IntegrationTests\RazorIntegrationTestBase.cs (1)
256baseCompilation ??= BaseCompilation;