1 write to _application
Microsoft.AspNetCore.Server.IIS (1)
Core\IISHttpContextOfT.cs (1)
21_application = application;
3 references to _application
Microsoft.AspNetCore.Server.IIS (3)
Core\IISHttpContextOfT.cs (3)
35context = _application.CreateContext(this); 37await _application.ProcessRequestAsync(context); 133_application.DisposeContext(context, _applicationException);