2 references to RemoveTrailingPeriod
Microsoft.CodeAnalysis.Analyzers (2)
MetaAnalyzers\DiagnosticDescriptorCreationAnalyzer.cs (2)
651
var fixedTitle = endsWithPeriod ?
RemoveTrailingPeriod
(title) : title;
755
fixedMessage = endsWithPeriod ?
RemoveTrailingPeriod
(fixedMessage) : fixedMessage + ".";