1 reference to _pathSeparatorChars
System.Web (1)
MimeMapping.cs (1)
69
int pathSeparatorIndex = path.LastIndexOfAny(
_pathSeparatorChars
);