1 write to Method
Swaggatherer (1)
SwaggathererApplication.cs (1)
160Method = HttpMethods.HasValue() ? method.Name.ToString() : null,
6 references to Method
Swaggatherer (6)
SwaggathererApplication.cs (2)
203!string.Equals(entry.Method, other.Method, StringComparison.OrdinalIgnoreCase))
Template.cs (4)
40var httpMethodText = entry.Method == null ? "httpMethod: null" : $"\"{entry.Method.ToUpperInvariant()}\""; 51if (entry.Method != null) 53setupRequestsLines.Add($" Requests[{i}].Request.Method = HttpMethods.GetCanonicalizedValue({entries[i].Method});");