7 instantiations of AddressBindContext
InMemory.FunctionalTests (2)
src\Servers\Kestrel\shared\test\TestContextFactory.cs (2)
113var context = new AddressBindContext( 128var context = new AddressBindContext(
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\KestrelServerImpl.cs (1)
227AddressBindContext = new AddressBindContext(_serverAddresses, Options, Trace, OnBind);
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (2)
src\Servers\Kestrel\shared\test\TestContextFactory.cs (2)
113var context = new AddressBindContext( 128var context = new AddressBindContext(
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
src\Servers\Kestrel\shared\test\TestContextFactory.cs (2)
113var context = new AddressBindContext( 128var context = new AddressBindContext(
30 references to AddressBindContext
InMemory.FunctionalTests (4)
src\Servers\Kestrel\shared\test\TestContextFactory.cs (4)
107public static AddressBindContext CreateAddressBindContext( 113var context = new AddressBindContext( 122public static AddressBindContext CreateAddressBindContext( 128var context = new AddressBindContext(
Microsoft.AspNetCore.Server.Kestrel.Core (12)
AnyIPListenOptions.cs (1)
18internal override async Task BindAsync(AddressBindContext context, CancellationToken cancellationToken)
Internal\AddressBinder.cs (8)
19public static Task BindAsync(ListenOptions[] listenOptions, AddressBindContext context, Func<ListenOptions, ListenOptions> useHttps, CancellationToken cancellationToken) 86internal static async Task BindEndpointAsync(ListenOptions endpoint, AddressBindContext context, CancellationToken cancellationToken) 170Task BindAsync(AddressBindContext context, CancellationToken cancellationToken); 175public async Task BindAsync(AddressBindContext context, CancellationToken cancellationToken) 195public override Task BindAsync(AddressBindContext context, CancellationToken cancellationToken) 217public override Task BindAsync(AddressBindContext context, CancellationToken cancellationToken) 237public virtual async Task BindAsync(AddressBindContext context, CancellationToken cancellationToken) 257public virtual async Task BindAsync(AddressBindContext context, CancellationToken cancellationToken)
Internal\KestrelServerImpl.cs (1)
122private AddressBindContext? AddressBindContext { get; set; }
ListenOptions.cs (1)
222internal virtual async Task BindAsync(AddressBindContext context, CancellationToken cancellationToken)
LocalhostListenOptions.cs (1)
38internal override async Task BindAsync(AddressBindContext context, CancellationToken cancellationToken)
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (10)
AddressBinderTests.cs (6)
186var addressBindContext = TestContextFactory.CreateAddressBindContext( 208var addressBindContext = TestContextFactory.CreateAddressBindContext( 234var addressBindContext = TestContextFactory.CreateAddressBindContext( 257var addressBindContext = TestContextFactory.CreateAddressBindContext( 285var addressBindContext = TestContextFactory.CreateAddressBindContext( 326var addressBindContext = TestContextFactory.CreateAddressBindContext(
src\Servers\Kestrel\shared\test\TestContextFactory.cs (4)
107public static AddressBindContext CreateAddressBindContext( 113var context = new AddressBindContext( 122public static AddressBindContext CreateAddressBindContext( 128var context = new AddressBindContext(
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (4)
src\Servers\Kestrel\shared\test\TestContextFactory.cs (4)
107public static AddressBindContext CreateAddressBindContext( 113var context = new AddressBindContext( 122public static AddressBindContext CreateAddressBindContext( 128var context = new AddressBindContext(