1 type derived from DiffCSharpWriter
Microsoft.DotNet.AsmDiff (1)
ApiRecordingCSharpDiffWriter.cs (1)
13
internal sealed class ApiRecordingCSharpDiffWriter :
DiffCSharpWriter
, ICciDifferenceWriter
3 instantiations of DiffCSharpWriter
Microsoft.DotNet.AsmDiff (3)
Csv\DiffTokensCsvColumn.cs (1)
25
_diffWriter = new
DiffCSharpWriter
(writer, mappingSettings);
DiffEngine.cs (2)
60
return new
DiffCSharpWriter
(writer, mappingSettings, diffComments, includeAttributes)
68
return new
DiffCSharpWriter
(writer, mappingSettings, diffComments, includeAttributes)
1 reference to DiffCSharpWriter
Microsoft.DotNet.AsmDiff (1)
Csv\DiffTokensCsvColumn.cs (1)
17
private readonly
DiffCSharpWriter
_diffWriter;