6 references to GetRoot
mscorlib (6)
system\security\permissions\fileiopermission.cs (6)
1311String root = GetRoot( expressions[i] ); 1312if (root != null && IsLocalDrive( GetRoot( root ) ) ) 1328String root = GetRoot( expressions[i] ); 1329if (root != null && IsLocalDrive(GetRoot(root))) 1370String root = GetRoot( expressions[i] ); 1371if (root == null || !IsLocalDrive(GetRoot(root)))