1 write to Name
Microsoft.DotNet.AsmDiff (1)
AssemblySet.cs (1)
50
Name
= name;
11 references to Name
Microsoft.DotNet.AsmDiff (11)
AssemblySet.cs (2)
125
return new AssemblySet(Host, assembliesSnapshot,
Name
);
134
var newAssemblySet = FromPaths(allPaths,
Name
);
Csv\DiffInNewCsvColumn.cs (1)
24
get { return "In " + DiffConfiguration.Right.
Name
; }
Csv\DiffInOldCsvColumn.cs (1)
24
get { return "In " + DiffConfiguration.Left.
Name
; }
DiffConfigurationExtensions.cs (1)
57
var newName = existingSet.IsEmpty ? null : existingSet.
Name
;
DiffEngine.cs (2)
34
var oldAssembliesName = oldSet.
Name
;
41
: newSet.
Name
;
MarkdownDiffExporter.cs (4)
53
writer.WriteLine(Resources.MarkdownTitle, _diffDocument.Left.
Name
, _diffDocument.Right.
Name
);
57
string singleSideName = _diffDocument.Left.IsEmpty ? _diffDocument.Right.
Name
: _diffDocument.Left.
Name
;