1 write to s_fieldSeparators
System.Web (1)
OutputCacheModule.cs (1)
123s_fieldSeparators = new char[] {',', ' '};
3 references to s_fieldSeparators
System.Web (3)
OutputCacheModule.cs (3)
744cacheDirectives = cacheControl.Split(s_fieldSeparators); 801pragmaDirectives = pragma.Split(s_fieldSeparators); 930etags = etag.Split(s_fieldSeparators);