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