4 references to LoadXlfDocument
Microsoft.DotNet.XliffTasks (4)
Tasks\EnsureAllResourcesTranslated.cs (1)
35xlfDocument = XlfTask.LoadXlfDocument(xlfPath);
Tasks\SortXlf.cs (1)
31xlfDocument = XlfTask.LoadXlfDocument(xlfPath);
Tasks\TranslateSource.cs (1)
24XlfDocument xlfDocument = XlfTask.LoadXlfDocument(XlfFile.ItemSpec);
Tasks\UpdateXlf.cs (1)
44xlfDocument = XlfTask.LoadXlfDocument(xlfPath, language, createIfNonExistent: AllowModification);