3 references to GetCanonicalForm
Microsoft.DotNet.XliffTasks (3)
Tasks\GatherTranslatedSource.cs (1)
115
dependentUpon = TaskEnvironment.GetAbsolutePath(Path.Combine(sourceDirectory, dependentUpon)).
GetCanonicalForm
();
Tasks\TranslateSource.cs (1)
46
sourceDocument.RewriteRelativePathsToAbsolute(sourceAbsolutePath.
GetCanonicalForm
());
Tasks\UpdateXlf.cs (1)
50
catch (FileNotFoundException fileNotFoundEx) when (fileNotFoundEx.FileName == absoluteXlfPath.
GetCanonicalForm
().Value)