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