9 references to MatchAll
System (9)
net\System\Net\WebPermission.cs (9)
68
return m_connect is DelayedRegex ? m_connect.ToString() : m_connect is bool && (bool) m_connect ? WebPermission.
MatchAll
: null;
75
if (value == WebPermission.
MatchAll
)
89
return m_accept is DelayedRegex ? m_accept.ToString() : m_accept is bool && (bool) m_accept ? WebPermission.
MatchAll
: null;
97
if (value == WebPermission.
MatchAll
)
462
if (uriRegex.ToString() ==
MatchAll
)
843
if (uriPattern ==
MatchAll
)
875
if (uriPattern ==
MatchAll
)
913
uripattern.AddAttribute("uri", SecurityElement.Escape(
MatchAll
));
945
uripattern.AddAttribute("uri", SecurityElement.Escape(
MatchAll
));