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