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
14 references to XlfTask
Microsoft.DotNet.XliffTasks (14)
Tasks\EnsureAllResourcesTranslated.cs (3)
32
if (
XlfTask
.IsNeutralLanguage(language))
37
string xlfPath =
XlfTask
.GetXlfPath(sourceDocumentPath, language);
42
xlfDocument =
XlfTask
.LoadXlfDocument(xlfPath);
Tasks\GatherXlf.cs (2)
38
if (
XlfTask
.IsNeutralLanguage(language))
43
string xlfPath =
XlfTask
.GetXlfPath(sourceDocumentPath, language);
Tasks\SortXlf.cs (2)
26
string xlfPath =
XlfTask
.GetXlfPath(sourceDocumentPath, language);
31
xlfDocument =
XlfTask
.LoadXlfDocument(xlfPath);
Tasks\TransformTemplates.cs (1)
46
if (
XlfTask
.IsNeutralLanguage(language))
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);