2 references to IsOnSingleLine
Microsoft.CodeAnalysis.CodeStyle (1)
ISyntaxFactsExtensions.cs (1)
132
if (!
IsOnSingleLine
(syntaxFacts, trivia.GetStructure()!, fullSpan: true))
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
BlockSyntaxExtensions.cs (1)
111
return CSharpSyntaxFacts.Instance.
IsOnSingleLine
(expression, fullSpan: false);