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