1 write to Right
Microsoft.DotNet.AsmDiff (1)
DiffDocument.cs (1)
20Right = right;
4 references to Right
Microsoft.DotNet.AsmDiff (4)
DiffDocument.cs (2)
30var hasRight = Right != null && !Right.IsEmpty;
MarkdownDiffExporter.cs (2)
53writer.WriteLine(Resources.MarkdownTitle, _diffDocument.Left.Name, _diffDocument.Right.Name); 57string singleSideName = _diffDocument.Left.IsEmpty ? _diffDocument.Right.Name : _diffDocument.Left.Name;