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)
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
);
1229
Assert.NotEqual(Guid.Empty, serverComponent.
InvocationId
);
1258
Assert.NotEqual(Guid.Empty, serverComponent.
InvocationId
);