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