9 references to ParseQuotedString
ILAssembler (9)
GrammarVisitor.cs (7)
1701builder.Append(StringHelpers.ParseQuotedString(item.Symbol.Text)); 2226: StringHelpers.ParseQuotedString(part.GetText())))); 2688filePath = StringHelpers.ParseQuotedString(sqstring.GetText()); 2692filePath = StringHelpers.ParseQuotedString(qstring.GetText()); 3900return new(StringHelpers.ParseQuotedString(context.SQSTRING().GetText())); 3902return new(StringHelpers.ParseQuotedString(context.QSTRING().GetText())); 5148attributeName = StringHelpers.ParseQuotedString(sqstring.GetText());
PreprocessedTokenSource.cs (2)
127var path = StringHelpers.ParseQuotedString(pathToken.Text); 144_definedVars.Add(identifier.Text, StringHelpers.ParseQuotedString(valueMaybe.Text));