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