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