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)
417
Assert.NotEqual(Guid.Empty, serverComponent.
InvocationId
);
451
Assert.NotEqual(Guid.Empty, serverComponent.
InvocationId
);
511
Assert.NotEqual(Guid.Empty, firstServerComponent.
InvocationId
);
523
Assert.Equal(firstServerComponent.
InvocationId
, secondServerComponent.
InvocationId
);
568
Assert.NotEqual(Guid.Empty, serverComponent.
InvocationId
);
607
Assert.NotEqual(Guid.Empty, serverComponent.
InvocationId
);
648
Assert.NotEqual(Guid.Empty, serverComponent.
InvocationId
);
699
Assert.NotEqual(Guid.Empty, serverComponent.
InvocationId
);
765
Assert.NotEqual(Guid.Empty, serverComponent.
InvocationId
);
806
Assert.NotEqual(Guid.Empty, serverComponent.
InvocationId
);
1356
Assert.NotEqual(Guid.Empty, serverComponent.
InvocationId
);
1385
Assert.NotEqual(Guid.Empty, serverComponent.
InvocationId
);