2 references to CreateListFromExpressions
mscorlib (2)
system\security\permissions\fileiopermission.cs (1)
239
ArrayList pathArrayList = StringExpressionSet.
CreateListFromExpressions
(pathList, needFullPath);
system\security\util\stringexpressionset.cs (1)
191
AddExpressions(
CreateListFromExpressions
(str, needFullPath), checkForDuplicates);