56 references to String
System.Private.Xml (56)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
4278value = GetValueConverter(XmlTypeCode.String).ChangeType(
System\Xml\Schema\DataTypeImplementation.cs (1)
1439public override XmlTypeCode TypeCode { get { return XmlTypeCode.String; } }
System\Xml\Schema\XmlSchemaDataType.cs (1)
127XmlTypeCode.String => "String",
System\Xml\Schema\XmlSchemaValidator.cs (2)
2480XmlSchemaSimpleType stringType = XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.String); 2489XmlSchemaSimpleType stringType = XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.String);
System\Xml\Schema\XmlValueConverter.cs (2)
2744if (destinationType == XmlAtomicValueType) return (new XmlAtomicValue(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.String), (string)value)); 2804if (sourceType == StringType) return (new XmlAtomicValue(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.String), (string)value));
System\Xml\Xsl\IlGen\GenerateHelper.cs (3)
998case XmlTypeCode.String: meth = XmlILMethods.StrEq; break; 1015case XmlTypeCode.String: meth = XmlILMethods.StrCmp; break; 1415case XmlTypeCode.String: meth = XmlILMethods.SortKeyString; break;
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (5)
1627if (ndParsedTagName.Right.XmlType!.TypeCode == XmlTypeCode.String) 1740case XmlTypeCode.String: 1821ClrCompare(ndComp.NodeType == QilNodeType.Before ? QilNodeType.Lt : QilNodeType.Gt, XmlTypeCode.String); 3202else if ((object)typBase == (object)TypeFactory.String) codeBase = XmlTypeCode.String; 4176if ((ndName as QilBinary)!.Right.XmlType!.TypeCode == XmlTypeCode.String)
System\Xml\Xsl\Runtime\XmlQueryContext.cs (1)
290case XmlTypeCode.String: objActualArgs[i] = XsltConvert.ToString(args[i]); break;
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (5)
488case XmlTypeCode.String: 581case XmlTypeCode.String: 643case XmlTypeCode.String: 645value = new XmlQueryItemSequence(new XmlAtomicValue(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.String), XsltConvert.ToString((DateTime)value))); 647value = new XmlQueryItemSequence(new XmlAtomicValue(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.String), value));
System\Xml\Xsl\Runtime\XsltConvert.cs (5)
262case XmlTypeCode.String: 268if (value.XmlType.TypeCode == XmlTypeCode.String) 282case XmlTypeCode.String: 300case XmlTypeCode.String: 305case XmlTypeCode.String:
System\Xml\Xsl\Runtime\XsltFunctions.cs (4)
222case "vendor": return new XmlAtomicValue(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.String), "Microsoft"); 223case "vendor-url": return new XmlAtomicValue(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.String), "http://www.microsoft.com"); 229return new XmlAtomicValue(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.String), typeof(XsltLibrary).Assembly.ImageRuntimeVersion); 232return new XmlAtomicValue(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.String), string.Empty);
System\Xml\Xsl\XmlQueryType.cs (1)
765/* NormalizedString */ XmlTypeCode.String,
System\Xml\Xsl\XmlQueryTypeFactory.cs (2)
216public static readonly XmlQueryType String = TF.Type(XmlTypeCode.String, false); 217public static readonly XmlQueryType StringX = TF.Type(XmlTypeCode.String, true);
System\Xml\Xsl\XPath\XPathBuilder.cs (12)
147Debug.Assert(compType == XmlTypeCode.Boolean || compType == XmlTypeCode.Double || compType == XmlTypeCode.String); 170Debug.Assert(compType == XmlTypeCode.Boolean || compType == XmlTypeCode.Double || compType == XmlTypeCode.String, "I don't know what to do with RTF here"); 224return CompareNodeSetAndNodeSet(op, left, right, XmlTypeCode.String); 239/*default:*/ XmlTypeCode.String 782public static readonly XmlTypeCode[] argString = { XmlTypeCode.String }; 783public static readonly XmlTypeCode[] argString2 = { XmlTypeCode.String, XmlTypeCode.String }; 784public static readonly XmlTypeCode[] argString3 = { XmlTypeCode.String, XmlTypeCode.String, XmlTypeCode.String }; 785public static readonly XmlTypeCode[] argFnSubstr = { XmlTypeCode.String, XmlTypeCode.Double, XmlTypeCode.Double }; 1041args[i] = f.ConvertToType(XmlTypeCode.String, args[i]);
System\Xml\Xsl\XPath\XPathQilFactory.cs (4)
177case XmlTypeCode.String: return ConvertToString(n); 202case XmlTypeCode.String: 229case XmlTypeCode.String: 258case XmlTypeCode.String:
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (5)
248case XmlTypeCode.String: args[i] = _f.ConvertToString(args[i]); break; 297private static readonly XmlTypeCode[] s_argFnKey = { XmlTypeCode.String, XmlTypeCode.Item }; 298private static readonly XmlTypeCode[] s_argFnFormatNumber = { XmlTypeCode.Double, XmlTypeCode.String, XmlTypeCode.String }; 745case XmlTypeCode.String: return _f.String("string");
System\Xml\Xsl\Xslt\QilStrConcatenator.cs (1)
61Debug.Assert(value.XmlType!.TypeCode == XmlTypeCode.String);
System\Xml\Xsl\Xslt\XsltQilFactory.cs (1)
25case XmlTypeCode.String: