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