1 write to m_access
System (1)
net\System\Net\SocketPermission.cs (1)
66
m_access
= value;
6 references to m_access
System (6)
net\System\Net\SocketPermission.cs (6)
61
get { return
m_access
; }
63
if (
m_access
!= null) {
108
if (
m_access
== null) {
129
if (0 == string.Compare(
m_access
, strConnect, StringComparison.OrdinalIgnoreCase )) {
133
if (0 == string.Compare(
m_access
, strAccept, StringComparison.OrdinalIgnoreCase )) {
137
throw new ArgumentException(SR.GetString(SR.net_perm_invalid_val, strAccess,
m_access
));