22 references to Equals
InMemory.FunctionalTests (2)
Microsoft.AspNetCore.Http.Abstractions (10)
HttpMethods.cs (10)
69return Equals(Connect, method);
81return Equals(Delete, method);
93return Equals(Get, method);
105return Equals(Head, method);
117return Equals(Options, method);
129return Equals(Patch, method);
141return Equals(Post, method);
153return Equals(Put, method);
165return Equals(Query, method);
177return Equals(Trace, method);
Microsoft.AspNetCore.Routing (7)
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (3)