1 write to Note
Microsoft.DotNet.XliffTasks (1)
Model\TranslatableNode.cs (1)
15Note = note;
6 references to Note
Microsoft.DotNet.XliffTasks (6)
Model\XlfDocument.cs (6)
124if (source != sourceNode.Source || (sourceNode.Note != null && note != sourceNode.Note)) 130if (sourceNode.Note != null) 132unitElement.SetNoteValue(sourceNode.Note); 192new XElement(Note, sourceNode.Note == "" ? null : sourceNode.Note));