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