2 writes to _reasonPhrase
System.Net.Http (2)
System\Net\Http\HttpResponseMessage.cs (2)
99_reasonPhrase = value; // It's OK to have a 'null' reason phrase. 103internal void SetReasonPhraseWithoutValidation(string value) => _reasonPhrase = value;
2 references to _reasonPhrase
System.Net.Http (2)
System\Net\Http\HttpResponseMessage.cs (2)
84if (_reasonPhrase != null) 86return _reasonPhrase;