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