1 write to AppAssembly
Microsoft.AspNetCore.Components (1)
Routing\RouteKey.cs (1)
15AppAssembly = appAssembly;
8 references to AppAssembly
Microsoft.AspNetCore.Components (8)
Routing\RouteKey.cs (5)
26if (!Equals(AppAssembly, other.AppAssembly)) 47if (AppAssembly is null) 54return AppAssembly.GetHashCode(); 59return HashCode.Combine(AppAssembly, AdditionalAssemblies.Count);
Routing\RouteTableFactory.cs (3)
53if (routeKey.AppAssembly is not null) 55GetRouteableComponents(routeableComponents, routeKey.AppAssembly); 63if (assembly != routeKey.AppAssembly)