2 references to ParseWeight
System.Web (2)
OutputCacheModule.cs (2)
343if (ParseWeight(acceptEncoding, tokenEnd) == 0) { 426weight = (nextChar == ';') ? ParseWeight(acceptEncoding, indexNextChar) : 1;