1 write to Namespace
Microsoft.AspNetCore.Components.Testing.Generators (1)
UITestGenerator.cs (1)
131Namespace = @namespace;
2 references to Namespace
Microsoft.AspNetCore.Components.Testing.Generators (2)
UITestGenerator.cs (2)
73if (target.Namespace is not null) 75sb.Append("namespace ").Append(target.Namespace).AppendLine(";");