8 references to IsNormalized
Microsoft.Build.Tasks.Git (8)
GitDataReader\GitReferenceResolver.cs (2)
38
Debug.Assert(PathUtils.
IsNormalized
(gitDirectory));
39
Debug.Assert(PathUtils.
IsNormalized
(commonDirectory));
GitDataReader\GitRepository.cs (3)
54
NullableDebug.Assert(PathUtils.
IsNormalized
(gitDirectory));
55
NullableDebug.Assert(PathUtils.
IsNormalized
(commonDirectory));
56
NullableDebug.Assert(workingDirectory == null || PathUtils.
IsNormalized
(workingDirectory));
GitDataReader\GitRepositoryLocation.cs (3)
28
NullableDebug.Assert(PathUtils.
IsNormalized
(gitDirectory));
29
NullableDebug.Assert(PathUtils.
IsNormalized
(commonDirectory));
30
NullableDebug.Assert(workingDirectory == null || PathUtils.
IsNormalized
(workingDirectory));