コード例 #1
0
 /// <summary>
 /// Finds an expression before the current offset.
 /// </summary>
 public ExpressionResult FindExpression(int offset)
 {
     return(ExpressionFinder.FindExpression(TextContent, offset));
 }