1 write to _treatAsCustomHeaderTypes
System.Net.Http (1)
System\Net\Http\Headers\HttpHeaders.cs (1)
71
_treatAsCustomHeaderTypes
= treatAsCustomHeaderTypes & ~HttpHeaderType.NonTrailing;
3 references to _treatAsCustomHeaderTypes
System.Net.Http (3)
System\Net\Http\Headers\HttpHeaders.cs (3)
700
Debug.Assert((descriptor.HeaderType &
_treatAsCustomHeaderTypes
) == 0);
1087
else if ((descriptor.HeaderType &
_treatAsCustomHeaderTypes
) != 0)
1112
if ((headerType &
_treatAsCustomHeaderTypes
) != 0)