7 references to GetId
Microsoft.DotNet.XliffTasks (7)
Model\XlfDocument.cs (7)
111string id = unitElement.GetId(); 198if (StringComparer.Ordinal.Compare(newTransUnit.GetId(), transUnit.GetId()) < 0) 233if (!transUnits.IsSorted(tu => tu.GetId(), comparer)) 241sortedTransUnits.Add(transUnit.GetId(), transUnit); 267string id = element.GetId(); 286.Select(tu => tu.GetId()));