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