4 references to LoadXlfDocument
Microsoft.DotNet.XliffTasks (4)
Tasks\EnsureAllResourcesTranslated.cs (1)
43xlfDocument = XlfTask.LoadXlfDocument(TaskEnvironment.GetAbsolutePath(xlfPath));
Tasks\SortXlf.cs (1)
34xlfDocument = XlfTask.LoadXlfDocument(xlfAbsolutePath);
Tasks\TranslateSource.cs (1)
27XlfDocument xlfDocument = XlfTask.LoadXlfDocument(TaskEnvironment.GetAbsolutePath(XlfFile.ItemSpec));
Tasks\UpdateXlf.cs (1)
46xlfDocument = XlfTask.LoadXlfDocument(absoluteXlfPath, language, createIfNonExistent: AllowModification);