2 instantiations of XmlSchemaKey
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
9063
o = new global::System.Xml.Schema.
XmlSchemaKey
();
System.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1990
builder.xso = builder.identityConstraint = new
XmlSchemaKey
();
16 references to XmlSchemaKey
System.Data (1)
fx\src\data\System\Data\XMLSchema.cs (1)
1219
if (keyNode is
XmlSchemaKey
) {
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (2)
59
{ typeof(
XmlSchemaKey
), ErrorHandler },
109
{ typeof(
XmlSchemaKey
), ErrorHandler },
System.Web.Services (6)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
2281
else if (ai is global::System.Xml.Schema.
XmlSchemaKey
) {
2282
Write49_XmlSchemaKey(@"key", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.
XmlSchemaKey
)ai), false, false);
2296
void Write49_XmlSchemaKey(string n, string ns, global::System.Xml.Schema.
XmlSchemaKey
o, bool isNullable, bool needType) {
2303
if (t == typeof(global::System.Xml.Schema.
XmlSchemaKey
)) {
9050
global::System.Xml.Schema.
XmlSchemaKey
Read49_XmlSchemaKey(bool isNullable, bool checkType) {
9062
global::System.Xml.Schema.
XmlSchemaKey
o;
System.Xml (7)
System\Xml\Schema\CompiledidEntityConstraint.cs (1)
71
else if (constraint is
XmlSchemaKey
) {
System\Xml\Schema\XmlSchemaElement.cs (1)
185
[XmlElement("key", typeof(
XmlSchemaKey
)),
System\Xml\Serialization\SchemaObjectWriter.cs (5)
326
else if (t == typeof(
XmlSchemaKey
)) {
327
Write47_XmlSchemaKey((
XmlSchemaKey
)o);
857
void Write47_XmlSchemaKey(
XmlSchemaKey
o) {
887
else if (t == typeof(
XmlSchemaKey
)) {
888
Write47_XmlSchemaKey((
XmlSchemaKey
)o);