1 write to _httpApiSupportsDelegation
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (1)
DelegateSupportedConditionAttribute.cs (1)
16try { _httpApiSupportsDelegation = HttpApi.SupportsDelegation; } catch { }
1 reference to _httpApiSupportsDelegation
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (1)
DelegateSupportedConditionAttribute.cs (1)
19public bool IsMet => _httpApiSupportsDelegation == _isSupported;