7 references to StringExpressionSet
mscorlib (7)
system\security\permissions\environmentpermission.cs (2)
35
:
base
( true, null, false )
40
:
base
( true, str, false )
system\security\permissions\fileiopermission.cs (2)
1166
m_set = new
StringExpressionSet
( m_ignoreCase, value.Substring( m_strAllLocalFiles.Length ), true );
1172
m_set = new
StringExpressionSet
( m_ignoreCase, value, true );
system\security\util\stringexpressionset.cs (3)
52
:
this
( true, null, false )
57
:
this
( true, str, false )
62
:
this
( ignoreCase, null, throwOnRelative )