5 references to DiffCSharpWriter
Microsoft.DotNet.AsmDiff (5)
ApiRecordingCSharpDiffWriter.cs (1)
22
:
base
(diffRecorder, settings, Enumerable.Empty<DiffComment>(), includePseudoCustomAttributes)
DiffCSharpWriter.cs (2)
35
:
this
(writer, settings, diffComments, includePseudoCustomAttributes:false)
53
:
this
(writer, settings, null, false)
DiffEngine.cs (2)
60
return new
DiffCSharpWriter
(writer, mappingSettings, diffComments, includeAttributes)
68
return new
DiffCSharpWriter
(writer, mappingSettings, diffComments, includeAttributes)