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