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