2 instantiations of XmlSchemaUnique
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
2160builder._xso = builder._identityConstraint = new XmlSchemaUnique();
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
11051o = new global::System.Xml.Schema.XmlSchemaUnique();
16 references to XmlSchemaUnique
netstandard (1)
netstandard.cs (1)
2369[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaUnique))]
System.Private.Xml (7)
System\Xml\Schema\CompiledidEntityConstraint.cs (1)
75if (constraint is XmlSchemaUnique)
System\Xml\Schema\XmlSchemaElement.cs (1)
147XmlElement("unique", typeof(XmlSchemaUnique))]
System\Xml\Serialization\SchemaObjectWriter.cs (5)
383else if (t == typeof(XmlSchemaUnique)) 385Write51_XmlSchemaUnique((XmlSchemaUnique)o); 1055if (t == typeof(XmlSchemaUnique)) 1057Write51_XmlSchemaUnique((XmlSchemaUnique)o); 1108private void Write51_XmlSchemaUnique(XmlSchemaUnique? o)
System.Web.Services.Description (6)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
2671else if (ai is global::System.Xml.Schema.XmlSchemaUnique) { 2672Write50_XmlSchemaUnique(@"unique", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaUnique)ai), false, false); 2778private void Write50_XmlSchemaUnique(string n, string ns, global::System.Xml.Schema.XmlSchemaUnique o, bool isNullable, bool needType) { 2789if (t == typeof(global::System.Xml.Schema.XmlSchemaUnique)) { 11028private global::System.Xml.Schema.XmlSchemaUnique Read50_XmlSchemaUnique(bool isNullable, bool checkType) { 11050global::System.Xml.Schema.XmlSchemaUnique o;
System.Xml (1)
System.Xml.cs (1)
94[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaUnique))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
93[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaUnique))]