2 writes to _method
System.Net.Http (2)
System\Net\Http\HttpMethod.cs (2)
41_method = method; 47_method = method;
6 references to _method
System.Net.Http (6)
System\Net\Http\HttpMethod.cs (6)
31public string Method => _method; 57string.Equals(_method, other._method, StringComparison.OrdinalIgnoreCase); 67_hashcode = StringComparer.OrdinalIgnoreCase.GetHashCode(_method); 73public override string ToString() => _method; 119method.Equals(match._method, StringComparison.OrdinalIgnoreCase))