1 write to AppAssembly
Microsoft.AspNetCore.Components.Tests (1)
Routing\RouterTest.cs (1)
32_router.AppAssembly = Assembly.GetExecutingAssembly();
7 references to AppAssembly
Microsoft.AspNetCore.Components (3)
Routing\Router.cs (3)
131if (AppAssembly == null) 133throw new InvalidOperationException($"The {nameof(Router)} component requires a value for the parameter {nameof(AppAssembly)}."); 192var routeKey = new RouteKey(AppAssembly, AdditionalAssemblies);
Microsoft.AspNetCore.Components.Tests (4)
Routing\RouterTest.cs (4)
188{ nameof(Router.AppAssembly), typeof(RouterTest).Assembly }, 208{ nameof(Router.AppAssembly), typeof(RouterTest).Assembly }, 234{ nameof(Router.AppAssembly), typeof(RouterTest).Assembly }, 255{ nameof(Router.AppAssembly), typeof(RouterTest).Assembly }