3 references to InternalGetFolderPath
mscorlib (3)
system\environment.cs (3)
1450
return
InternalGetFolderPath
(folder, SpecialFolderOption.None);
1463
return
InternalGetFolderPath
(folder, option);
1471
return
InternalGetFolderPath
(folder, SpecialFolderOption.None, suppressSecurityChecks: true);