9 references to InteractiveGreetingServer
Microsoft.AspNetCore.Components.Endpoints.Tests (9)
EndpointHtmlRendererTest.cs (3)
1227Assert.Equal(typeof(InteractiveGreetingServer).Assembly.GetName().Name, serverComponent.AssemblyName); 1228Assert.Equal(typeof(InteractiveGreetingServer).FullName, serverComponent.TypeName); 1256Assert.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)}"