7 writes to m_pathDiscovery
mscorlib (7)
system\security\permissions\fileiopermission.cs (7)
1138m_pathDiscovery = false; 1146m_pathDiscovery = pathDiscovery; 1176m_pathDiscovery = false; 1184m_pathDiscovery = pathDiscovery; 1193m_pathDiscovery = pathDiscovery; 1201m_pathDiscovery = operand.m_pathDiscovery; 1241m_pathDiscovery = value;
17 references to m_pathDiscovery
mscorlib (17)
system\security\permissions\fileiopermission.cs (17)
1201m_pathDiscovery = operand.m_pathDiscovery; 1263Contract.Assert( this.m_pathDiscovery == operand.m_pathDiscovery, "Path discovery settings must match" ); 1267return new FileIOAccess( true, false, this.m_pathDiscovery ); 1270return new FileIOAccess( this.m_set.Union( operand.m_set ), false, this.m_allLocalFiles || operand.m_allLocalFiles, this.m_pathDiscovery ); 1283Contract.Assert( this.m_pathDiscovery == operand.m_pathDiscovery, "Path discovery settings must match" ); 1289return new FileIOAccess( true, false, this.m_pathDiscovery ); 1293return new FileIOAccess( operand.m_set.Copy(), false, operand.m_allLocalFiles, this.m_pathDiscovery ); 1298return new FileIOAccess( this.m_set.Copy(), false, this.m_allLocalFiles, this.m_pathDiscovery ); 1342return new FileIOAccess( intersectionSet, false, this.m_allLocalFiles && operand.m_allLocalFiles, this.m_pathDiscovery ); 1360Contract.Assert( this.m_pathDiscovery == operand.m_pathDiscovery, "Path discovery settings must match" ); 1362if (!((m_pathDiscovery && this.m_set.IsSubsetOfPathDiscovery( operand.m_set )) || this.m_set.IsSubsetOf( operand.m_set ))) 1448Contract.Assert( this.m_pathDiscovery == operand.m_pathDiscovery, "Path discovery settings must match" ); 1449if(m_pathDiscovery)