3 references to AreOnSameLine
Microsoft.CodeAnalysis.CodeStyle (3)
AbstractSelectedMembers.cs (2)
170
text.
AreOnSameLine
(position, token.SpanStart))
177
text.
AreOnSameLine
(position, token.Span.End))
SourceTextExtensions_SharedWithCodeStyle.cs (1)
86
text.
AreOnSameLine
(token1.Span.End, token2.SpanStart);