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