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