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