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