1 implementation of GetValue
Microsoft.DotNet.AsmDiff (1)
Csv\DiffCsvColumn.cs (1)
26
public string
GetValue
<TElement>(ElementMapping<TElement> mapping) where TElement : class
1 reference to GetValue
Microsoft.DotNet.AsmDiff (1)
DiffCsvWriter.cs (1)
51
var value = mappingCsvColumn.
GetValue
(mapping);