1 reference to IsAround
Microsoft.CodeAnalysis.CodeStyle (1)
TextSpanExtensions.cs (1)
54
public static bool IsAround(this TextSpan span, SyntaxNodeOrToken node) =>
IsAround
(span, node, node);