1 instantiation of XmlSchemaUnique
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
2160
builder._xso = builder._identityConstraint = new
XmlSchemaUnique
();
10 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)
75
if (constraint is
XmlSchemaUnique
)
System\Xml\Schema\XmlSchemaElement.cs (1)
147
XmlElement("unique", typeof(
XmlSchemaUnique
))]
System\Xml\Serialization\SchemaObjectWriter.cs (5)
383
else if (t == typeof(
XmlSchemaUnique
))
385
Write51_XmlSchemaUnique((
XmlSchemaUnique
)o);
1055
if (t == typeof(
XmlSchemaUnique
))
1057
Write51_XmlSchemaUnique((
XmlSchemaUnique
)o);
1108
private void Write51_XmlSchemaUnique(
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
))]