1 type derived from DiffCSharpWriter
Microsoft.DotNet.AsmDiff (1)
ApiRecordingCSharpDiffWriter.cs (1)
13internal 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)
60return new DiffCSharpWriter(writer, mappingSettings, diffComments, includeAttributes) 68return new DiffCSharpWriter(writer, mappingSettings, diffComments, includeAttributes)
1 reference to DiffCSharpWriter
Microsoft.DotNet.AsmDiff (1)
Csv\DiffTokensCsvColumn.cs (1)
17private readonly DiffCSharpWriter _diffWriter;