7 references to GetId
Microsoft.DotNet.XliffTasks (7)
Model\XlfDocument.cs (7)
110string id = unitElement.GetId(); 197if (StringComparer.Ordinal.Compare(newTransUnit.GetId(), transUnit.GetId()) < 0) 232if (!transUnits.IsSorted(tu => tu.GetId(), comparer)) 240sortedTransUnits.Add(transUnit.GetId(), transUnit); 266string id = element.GetId(); 285.Select(tu => tu.GetId()));