9 references to InteractiveGreetingServer
Microsoft.AspNetCore.Components.Endpoints.Tests (9)
EndpointHtmlRendererTest.cs (3)
1354
Assert.Equal(typeof(
InteractiveGreetingServer
).Assembly.GetName().Name, serverComponent.AssemblyName);
1355
Assert.Equal(typeof(
InteractiveGreetingServer
).FullName, serverComponent.TypeName);
1383
Assert.Equal(typeof(
InteractiveGreetingServer
).Assembly.GetName().Name, serverComponent.AssemblyName);
TestComponents_ComponentWithInteractiveChildren_razor.g.cs (2)
24
InteractiveGreetingServer
30
__builder.AddComponentParameter(1, nameof(global::Microsoft.AspNetCore.Components.Endpoints.Tests.TestComponents.
InteractiveGreetingServer
.
TestComponents_InteractiveGreetingServer_razor.g.cs (1)
20
[global::Microsoft.AspNetCore.Components.Endpoints.Tests.TestComponents.
InteractiveGreetingServer
.__PrivateComponentRenderModeAttribute]
TestComponents_InteractiveWithInteractiveChild_razor.g.cs (3)
43
InteractiveGreetingServer
49
__builder.AddComponentParameter(5, nameof(global::Microsoft.AspNetCore.Components.Endpoints.Tests.TestComponents.
InteractiveGreetingServer
.
60
$"from {nameof (
InteractiveGreetingServer
)}"