1 reference to _invalidFileNameChars
System.Web (1)
Util\FileUtil.cs (1)
330
if (name.IndexOfAny(
_invalidFileNameChars
, 0) != -1) {