2 writes to _method
System.Net.Http (2)
System\Net\Http\HttpMethod.cs (2)
37_method = method; 43_method = method;
6 references to _method
System.Net.Http (6)
System\Net\Http\HttpMethod.cs (6)
27public string Method => _method; 53string.Equals(_method, other._method, StringComparison.OrdinalIgnoreCase); 63_hashcode = StringComparer.OrdinalIgnoreCase.GetHashCode(_method); 69public override string ToString() => _method; 114method.Equals(match._method, StringComparison.OrdinalIgnoreCase))