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