2 instantiations of XmlSchemaKey
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
2168builder._xso = builder._identityConstraint = new XmlSchemaKey();
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
11214o = new Microsoft.Xml.Schema.XmlSchemaKey();
13 references to XmlSchemaKey
dotnet-svcutil-lib (13)
FrameworkFork\Microsoft.Xml\Xml\schema\CompiledIdentityConstraint.cs (1)
84else if (constraint is XmlSchemaKey)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaElement.cs (1)
202[XmlElement("key", typeof(XmlSchemaKey)),
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (5)
394else if (t == typeof(XmlSchemaKey)) 396Write47_XmlSchemaKey((XmlSchemaKey)o); 1031private void Write47_XmlSchemaKey(XmlSchemaKey o) 1068else if (t == typeof(XmlSchemaKey)) 1070Write47_XmlSchemaKey((XmlSchemaKey)o);
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (6)
2906else if (ai is Microsoft.Xml.Schema.XmlSchemaKey) 2908Write49_XmlSchemaKey(@"key", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaKey)ai), false, false); 2924private void Write49_XmlSchemaKey(string n, string ns, Microsoft.Xml.Schema.XmlSchemaKey o, bool isNullable, bool needType) 2934if (t == typeof(Microsoft.Xml.Schema.XmlSchemaKey)) 11198private Microsoft.Xml.Schema.XmlSchemaKey Read49_XmlSchemaKey(bool isNullable, bool checkType) 11213Microsoft.Xml.Schema.XmlSchemaKey o;