2 writes to wildcard
System (2)
net\System\Net\SocketPermission.cs (2)
760
wildcard
= false;
961
wildcard
= true;
13 references to wildcard
System (13)
net\System\Net\SocketPermission.cs (13)
881
if (((address == null) && !
wildcard
) || ((e.address == null) && !e.
wildcard
)) {
890
if (this.
wildcard
&& !e.
wildcard
) {
894
else if (e.
wildcard
) {
895
if (this.
wildcard
) {
952
if (
wildcard
) {
1092
if (((address == null) && !
wildcard
) || ((E.address == null) && !E.
wildcard
)) {
1099
if(
wildcard
&& E.
wildcard
) {
1127
if (
wildcard
) { //if ME is a wildcard
1139
else if (E.
wildcard
) { //if SHE is a wildcard