10 references to CurrentSubstring
System.ServiceModel (10)
System\ServiceModel\Dispatcher\XPathLexer.cs (10)
658
ThrowError(QueryCompileError.UnexpectedToken,
CurrentSubstring
());
703
ThrowError(QueryCompileError.UnsupportedOperator,
CurrentSubstring
());
752
ThrowError(QueryCompileError.InvalidVariable, this.ch == char.MinValue ? string.Empty :
CurrentSubstring
());
789
string name1 = this.
CurrentSubstring
();
803
qname = new XPathParser.QName(name1, this.
CurrentSubstring
());
813
ThrowError(QueryCompileError.InvalidNCName, this.ch == char.MinValue ? "" :
CurrentSubstring
());
907
string name =
CurrentSubstring
();
936
double d = QueryValueModel.Double(
CurrentSubstring
());
955
ThrowError(QueryCompileError.InvalidLiteral,
CurrentSubstring
());
963
token.Set(XPathTokenID.Literal,
CurrentSubstring
());