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)
35
context =
_application
.CreateContext(this);
37
await
_application
.ProcessRequestAsync(context);
133
_application
.DisposeContext(context, _applicationException);