7 types derived from XlfTask
Microsoft.DotNet.XliffTasks (7)
Tasks\EnsureAllResourcesTranslated.cs (1)
12
public sealed class EnsureAllResourcesTranslated :
XlfTask
Tasks\GatherTranslatedSource.cs (1)
11
public sealed class GatherTranslatedSource :
XlfTask
Tasks\GatherXlf.cs (1)
12
public sealed class GatherXlf :
XlfTask
Tasks\SortXlf.cs (1)
10
public sealed class SortXlf :
XlfTask
Tasks\TransformTemplates.cs (1)
15
public sealed class TransformTemplates :
XlfTask
Tasks\TranslateSource.cs (1)
11
public sealed class TranslateSource :
XlfTask
Tasks\UpdateXlf.cs (1)
10
public sealed class UpdateXlf :
XlfTask
11 references to XlfTask
Microsoft.DotNet.XliffTasks (11)
Tasks\EnsureAllResourcesTranslated.cs (2)
30
string xlfPath =
XlfTask
.GetXlfPath(sourceDocumentPath, language);
35
xlfDocument =
XlfTask
.LoadXlfDocument(xlfPath);
Tasks\GatherXlf.cs (1)
38
string xlfPath =
XlfTask
.GetXlfPath(sourceDocumentPath, language);
Tasks\SortXlf.cs (2)
26
string xlfPath =
XlfTask
.GetXlfPath(sourceDocumentPath, language);
31
xlfDocument =
XlfTask
.LoadXlfDocument(xlfPath);
Tasks\TranslateSource.cs (2)
23
TranslatableDocument sourceDocument =
XlfTask
.LoadSourceDocument(sourcePath, XlfFile.GetMetadata(MetadataKey.XlfSourceFormat));
24
XlfDocument xlfDocument =
XlfTask
.LoadXlfDocument(XlfFile.ItemSpec);
Tasks\UpdateXlf.cs (4)
34
TranslatableDocument sourceDocument =
XlfTask
.LoadSourceDocument(sourcePath, sourceFormat);
35
string sourceDocumentId =
XlfTask
.GetSourceDocumentId(sourcePath);
39
string xlfPath =
XlfTask
.GetXlfPath(sourceDocumentPath, language);
44
xlfDocument =
XlfTask
.LoadXlfDocument(xlfPath, language, createIfNonExistent: AllowModification);