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