9 references to InteractiveGreetingServer
Microsoft.AspNetCore.Components.Endpoints.Tests (9)
EndpointHtmlRendererTest.cs (3)
1227
Assert.Equal(typeof(
InteractiveGreetingServer
).Assembly.GetName().Name, serverComponent.AssemblyName);
1228
Assert.Equal(typeof(
InteractiveGreetingServer
).FullName, serverComponent.TypeName);
1256
Assert.Equal(typeof(
InteractiveGreetingServer
).Assembly.GetName().Name, serverComponent.AssemblyName);
TestComponents_ComponentWithInteractiveChildren_razor.g.cs (2)
21
__builder.OpenComponent<global::Microsoft.AspNetCore.Components.Endpoints.Tests.TestComponents.
InteractiveGreetingServer
>(0);
22
__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)
40
__builder.OpenComponent<global::Microsoft.AspNetCore.Components.Endpoints.Tests.TestComponents.
InteractiveGreetingServer
>(4);
41
__builder.AddComponentParameter(5, nameof(global::Microsoft.AspNetCore.Components.Endpoints.Tests.TestComponents.
InteractiveGreetingServer
.
52
$"from {nameof (
InteractiveGreetingServer
)}"