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)
27
public string Method =>
_method
;
53
string.Equals(
_method
, other.
_method
, StringComparison.OrdinalIgnoreCase);
63
_hashcode = StringComparer.OrdinalIgnoreCase.GetHashCode(
_method
);
69
public override string ToString() =>
_method
;
114
method.Equals(match.
_method
, StringComparison.OrdinalIgnoreCase))