1 instantiation of UnstructuredTranslatableNode
Microsoft.DotNet.XliffTasks (1)
Model\UnstructuredDocument.cs (1)
54
_nodes.Add(new
UnstructuredTranslatableNode
(_fragments, _fragments.Count, id, source));
1 reference to UnstructuredTranslatableNode
Microsoft.DotNet.XliffTasks (1)
Model\UnstructuredDocument.cs (1)
16
private List<
UnstructuredTranslatableNode
> _nodes = new();