2 writes to _currentIServerVariablesFeature
Microsoft.AspNetCore.Server.IIS (2)
Core\IISHttpContext.Features.cs (2)
79
_currentIServerVariablesFeature
= this;
316
_currentIServerVariablesFeature
= feature;
3 references to _currentIServerVariablesFeature
Microsoft.AspNetCore.Server.IIS (3)
Core\IISHttpContext.Features.cs (3)
177
return
_currentIServerVariablesFeature
;
443
if (
_currentIServerVariablesFeature
!= null)
445
yield return new KeyValuePair<Type, object>(IServerVariablesFeature,
_currentIServerVariablesFeature
);