JetBrains.ReSharper.Psi.Secret.Formatter.SecretFormatterHelper.HasLineFeedsTo C# (CSharp) Method

HasLineFeedsTo() public static method

public static HasLineFeedsTo ( this fromNode, ITreeNode toNode ) : bool
fromNode this
toNode ITreeNode
return bool
        public static bool HasLineFeedsTo(this ITreeNode fromNode, ITreeNode toNode)
        {
            return fromNode.GetLineFeedsTo(toNode).Any();
        }