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)
31
public string Method =>
_method
;
57
string.Equals(
_method
, other.
_method
, StringComparison.OrdinalIgnoreCase);
67
_hashcode = StringComparer.OrdinalIgnoreCase.GetHashCode(
_method
);
73
public override string ToString() =>
_method
;
119
method.Equals(match.
_method
, StringComparison.OrdinalIgnoreCase))