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