public virtual MatchingResult Match(string prefix, ITextControl textControl) { return(LookupUtil.MatchPrefix(new IdentifierMatcher(prefix), myIdentifier)); }
public MatchingResult Match(string prefix, ITextControl textControl) { return(LookupUtil.MatchPrefix(new IdentifierMatcher(prefix), myShortName)); }