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)
701
Debug.Assert((descriptor.HeaderType &
_treatAsCustomHeaderTypes
) == 0);
1088
else if ((descriptor.HeaderType &
_treatAsCustomHeaderTypes
) != 0)
1113
if ((headerType &
_treatAsCustomHeaderTypes
) != 0)