1 instantiation of XmlSchemaWhiteSpaceFacet
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
2099builder._facet = new XmlSchemaWhiteSpaceFacet();
6 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.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\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
99[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaWhiteSpaceFacet))]