2 instantiations of XmlSchemaWhiteSpaceFacet
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
2099builder._facet = new XmlSchemaWhiteSpaceFacet();
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
9741o = new global::System.Xml.Schema.XmlSchemaWhiteSpaceFacet();
14 references to XmlSchemaWhiteSpaceFacet
netstandard (1)
netstandard.cs (1)
2375[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaWhiteSpaceFacet))]
System.Private.Xml (3)
System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs (1)
41XmlElement("whiteSpace", typeof(XmlSchemaWhiteSpaceFacet))]
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (1)
40XmlElement("whiteSpace", typeof(XmlSchemaWhiteSpaceFacet))]
System\Xml\Serialization\SchemaObjectWriter.cs (1)
702else if (ai is XmlSchemaWhiteSpaceFacet)
System.Web.Services.Description (8)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (8)
3034else if (ai is global::System.Xml.Schema.XmlSchemaWhiteSpaceFacet) { 3035Write29_XmlSchemaWhiteSpaceFacet(@"whiteSpace", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaWhiteSpaceFacet)ai), false, false); 3274private void Write29_XmlSchemaWhiteSpaceFacet(string n, string ns, global::System.Xml.Schema.XmlSchemaWhiteSpaceFacet o, bool isNullable, bool needType) { 3285if (t == typeof(global::System.Xml.Schema.XmlSchemaWhiteSpaceFacet)) { 4408else if (ai is global::System.Xml.Schema.XmlSchemaWhiteSpaceFacet) { 4409Write29_XmlSchemaWhiteSpaceFacet(@"whiteSpace", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaWhiteSpaceFacet)ai), false, false); 9718private global::System.Xml.Schema.XmlSchemaWhiteSpaceFacet Read29_XmlSchemaWhiteSpaceFacet(bool isNullable, bool checkType) { 9740global::System.Xml.Schema.XmlSchemaWhiteSpaceFacet o;
System.Xml (1)
System.Xml.cs (1)
100[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaWhiteSpaceFacet))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net9.0\System.Xml.ReaderWriter.Forwards.cs (1)
99[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaWhiteSpaceFacet))]