2 overrides of IsNewLine
Microsoft.CodeAnalysis.CSharp.Features (1)
MetadataAsSource\FormattingRule.cs (1)
65
protected override bool
IsNewLine
(char c)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
MetadataAsSource\VisualBasicMetadataAsSourceService.vb (1)
118
Protected Overrides Function
IsNewLine
(c As Char) As Boolean
1 reference to IsNewLine
Microsoft.CodeAnalysis.Features (1)
MetadataAsSource\AbstractMetadataAsSourceService.AbstractMetadataFormattingRule.cs (1)
58
count += trivia.ToFullString().Replace("\r\n", "\r").ToCharArray().Count(
IsNewLine
);