1 write to Message
Microsoft.Cci.Extensions (1)
Differs\Differences.cs (1)
17
Message
= message;
2 references to Message
Microsoft.Cci.Extensions (2)
Differs\Differences.cs (1)
41
return string.Format("{0} : {1}", Id,
Message
);
Writers\Syntax\HtmlSyntaxWriter.cs (1)
146
tooltip = string.Join(", ", differences.Select(d => d.
Message
));