1 write to InvocationId
Microsoft.AspNetCore.Components.Endpoints (1)
src\Shared\Components\ServerComponent.cs (1)
21(Sequence, Key, AssemblyName, TypeName, ParameterDefinitions, ParameterValues, InvocationId) =
13 references to InvocationId
Microsoft.AspNetCore.Components.Endpoints.Tests (13)
EndpointHtmlRendererTest.cs (13)
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); 765Assert.NotEqual(Guid.Empty, serverComponent.InvocationId); 806Assert.NotEqual(Guid.Empty, serverComponent.InvocationId); 1356Assert.NotEqual(Guid.Empty, serverComponent.InvocationId); 1385Assert.NotEqual(Guid.Empty, serverComponent.InvocationId);