1 write to StrikeOutRemoved
Microsoft.DotNet.AsmDiff (1)
DiffEngine.cs (1)
85
return new HtmlSyntaxWriter(textWriter) {
StrikeOutRemoved
= strikeOutRemoved};
1 reference to StrikeOutRemoved
Microsoft.Cci.Extensions (1)
Writers\Syntax\HtmlSyntaxWriter.cs (1)
39
string extraStyle = this.
StrikeOutRemoved
? " text-decoration:line-through;" : "";