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