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