3 references to IsLocalDrive
mscorlib (3)
system\security\permissions\fileiopermission.cs (3)
1312
if (root != null &&
IsLocalDrive
( GetRoot( root ) ) )
1329
if (root != null &&
IsLocalDrive
(GetRoot(root)))
1371
if (root == null || !
IsLocalDrive
(GetRoot(root)))