1 write to _fastProccessingMethods
NuGet.Protocol (1)
Plugins\InboundRequestProcessingHandler.cs (1)
33
_fastProccessingMethods
= new HashSet<MessageMethod>(fastProcessingMethods);
1 reference to _fastProccessingMethods
NuGet.Protocol (1)
Plugins\InboundRequestProcessingHandler.cs (1)
53
if (
_fastProccessingMethods
.Contains(messageMethod))