1 write to InvocationId
Microsoft.AspNetCore.Components.Endpoints (1)
src\Shared\Components\ServerComponent.cs (1)
21(Sequence, Key, AssemblyName, TypeName, ParameterDefinitions, ParameterValues, InvocationId) =
11 references to InvocationId
Microsoft.AspNetCore.Components.Endpoints.Tests (11)
EndpointHtmlRendererTest.cs (11)
417Assert.NotEqual(Guid.Empty, serverComponent.InvocationId); 451Assert.NotEqual(Guid.Empty, serverComponent.InvocationId); 511Assert.NotEqual(Guid.Empty, firstServerComponent.InvocationId); 523Assert.Equal(firstServerComponent.InvocationId, secondServerComponent.InvocationId); 568Assert.NotEqual(Guid.Empty, serverComponent.InvocationId); 607Assert.NotEqual(Guid.Empty, serverComponent.InvocationId); 648Assert.NotEqual(Guid.Empty, serverComponent.InvocationId); 699Assert.NotEqual(Guid.Empty, serverComponent.InvocationId); 1229Assert.NotEqual(Guid.Empty, serverComponent.InvocationId); 1258Assert.NotEqual(Guid.Empty, serverComponent.InvocationId);