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)
121
if (
AppAssembly
== null)
123
throw new InvalidOperationException($"The {nameof(Router)} component requires a value for the parameter {nameof(
AppAssembly
)}.");
165
var 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 }