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)
174return _currentIServerVariablesFeature; 431if (_currentIServerVariablesFeature != null) 433yield return new KeyValuePair<Type, object>(IServerVariablesFeature, _currentIServerVariablesFeature);