3 writes to DefaultRootNamespace
Microsoft.AspNetCore.Razor.Language.UnitTests (2)
IntegrationTests\ComponentCodeGenerationTestBase.cs (2)
11054DefaultRootNamespace = string.Empty; 11083DefaultRootNamespace = "test𝔸namespace";
Microsoft.AspNetCore.Razor.Test.Common (1)
Language\IntegrationTests\RazorIntegrationTestBase.cs (1)
79DefaultRootNamespace = "Test"; // Matches the default working directory
3 references to DefaultRootNamespace
Microsoft.AspNetCore.Razor.Language.UnitTests (1)
IntegrationTests\ComponentFilePathIntegrationTest.cs (1)
25var type = result.Compilation.GetTypeByMetadataName($"{DefaultRootNamespace}.Filename_with_spaces");
Microsoft.AspNetCore.Razor.Test.Common (2)
Language\IntegrationTests\RazorIntegrationTestBase.cs (2)
130b.SetRootNamespace(DefaultRootNamespace); 413var componentFullTypeName = $"{DefaultRootNamespace}.{Path.GetFileNameWithoutExtension(DefaultFileName)}";