2 writes to _currentIServerVariablesFeature
Microsoft.AspNetCore.Server.IIS (2)
Core\IISHttpContext.Features.cs (2)
77
_currentIServerVariablesFeature
= this;
309
_currentIServerVariablesFeature
= feature;
3 references to _currentIServerVariablesFeature
Microsoft.AspNetCore.Server.IIS (3)
Core\IISHttpContext.Features.cs (3)
174
return
_currentIServerVariablesFeature
;
431
if (
_currentIServerVariablesFeature
!= null)
433
yield return new KeyValuePair<Type, object>(IServerVariablesFeature,
_currentIServerVariablesFeature
);