1 instantiation of HostedClientAnnotation
Aspire.Hosting.Blazor (1)
BlazorHostedExtensions.cs (1)
171var newAnnotation = new HostedClientAnnotation();
8 references to HostedClientAnnotation
Aspire.Hosting.Blazor (8)
BlazorHostedExtensions.cs (8)
36var annotation = GetOrAddHostedClientAnnotation(host.Resource); 64var annotation = GetOrAddHostedClientAnnotation(host.Resource); 85var annotation = GetOrAddHostedClientAnnotation(host.Resource); 93HostedClientAnnotation annotation) 164private static HostedClientAnnotation GetOrAddHostedClientAnnotation(IResource resource) 166if (resource.TryGetLastAnnotation<HostedClientAnnotation>(out var existing)) 171var newAnnotation = new HostedClientAnnotation();