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)
418Assert.NotEqual(Guid.Empty, serverComponent.InvocationId); 453Assert.NotEqual(Guid.Empty, serverComponent.InvocationId); 514Assert.NotEqual(Guid.Empty, firstServerComponent.InvocationId); 526Assert.Equal(firstServerComponent.InvocationId, secondServerComponent.InvocationId); 572Assert.NotEqual(Guid.Empty, serverComponent.InvocationId); 612Assert.NotEqual(Guid.Empty, serverComponent.InvocationId); 654Assert.NotEqual(Guid.Empty, serverComponent.InvocationId); 706Assert.NotEqual(Guid.Empty, serverComponent.InvocationId); 773Assert.NotEqual(Guid.Empty, serverComponent.InvocationId); 815Assert.NotEqual(Guid.Empty, serverComponent.InvocationId); 1366Assert.NotEqual(Guid.Empty, serverComponent.InvocationId); 1395Assert.NotEqual(Guid.Empty, serverComponent.InvocationId);