1 instantiation of NegotiateMetadata
Microsoft.AspNetCore.Http.Connections (1)
ConnectionEndpointRouteBuilderExtensions.cs (1)
19private static readonly NegotiateMetadata _negotiateMetadata = new NegotiateMetadata();
12 references to NegotiateMetadata
Microsoft.AspNetCore.Components.Server (1)
DependencyInjection\ServerRazorComponentsBuilderExtensions.cs (1)
82if (metadata is NegotiateMetadata)
Microsoft.AspNetCore.Http.Connections (1)
ConnectionEndpointRouteBuilderExtensions.cs (1)
19private static readonly NegotiateMetadata _negotiateMetadata = new NegotiateMetadata();
Microsoft.AspNetCore.Http.Connections.Tests (6)
MapConnectionHandlerTests.cs (6)
303var metaData = endpoint.Metadata.GetMetadata<NegotiateMetadata>(); 311Assert.Null(endpoint.Metadata.GetMetadata<NegotiateMetadata>()); 339var metaData = endpoint.Metadata.GetMetadata<NegotiateMetadata>(); 350Assert.Null(endpoint.Metadata.GetMetadata<NegotiateMetadata>());
Microsoft.AspNetCore.SignalR.Tests (4)
MapSignalRTests.cs (4)
324Assert.NotNull(endpoint.Metadata.GetMetadata<NegotiateMetadata>()); 330Assert.Null(endpoint.Metadata.GetMetadata<NegotiateMetadata>()); 355Assert.NotNull(endpoint.Metadata.GetMetadata<NegotiateMetadata>()); 361Assert.Null(endpoint.Metadata.GetMetadata<NegotiateMetadata>());