2 references to NormalizePath
mscorlib (2)
system\io\path.cs (1)
366
string newPath =
NormalizePath
(path, fullCheck: true);
system\security\permissions\fileiopermission.cs (1)
1095
fullPath.StartsWith(Path.
NormalizePath
(fullPath, fullCheck: false), StringComparison.OrdinalIgnoreCase),