2 instantiations of XmlSchemaKeyref
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
8839
o = new global::System.Xml.Schema.
XmlSchemaKeyref
();
System.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1993
builder.xso = builder.identityConstraint = new
XmlSchemaKeyref
();
38 references to XmlSchemaKeyref
System.Data (7)
fx\src\data\System\Data\XMLSchema.cs (7)
1082
internal void HandleKeyref(
XmlSchemaKeyref
keyref) {
1302
if (key is
XmlSchemaKeyref
)
1430
if (key is
XmlSchemaKeyref
)
1454
XmlSchemaKeyref
keyref = key as
XmlSchemaKeyref
;
2332
XmlSchemaKeyref
keyref = key as
XmlSchemaKeyref
;
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (2)
60
{ typeof(
XmlSchemaKeyref
), ErrorHandler },
110
{ typeof(
XmlSchemaKeyref
), ErrorHandler },
System.Web.Services (6)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
2275
if (ai is global::System.Xml.Schema.
XmlSchemaKeyref
) {
2276
Write51_XmlSchemaKeyref(@"keyref", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.
XmlSchemaKeyref
)ai), false, false);
2409
void Write51_XmlSchemaKeyref(string n, string ns, global::System.Xml.Schema.
XmlSchemaKeyref
o, bool isNullable, bool needType) {
2416
if (t == typeof(global::System.Xml.Schema.
XmlSchemaKeyref
)) {
8826
global::System.Xml.Schema.
XmlSchemaKeyref
Read51_XmlSchemaKeyref(bool isNullable, bool checkType) {
8838
global::System.Xml.Schema.
XmlSchemaKeyref
o;
System.Xml (23)
System\Xml\Schema\CompiledidEntityConstraint.cs (1)
76
this.refer = ((
XmlSchemaKeyref
)constraint).Refer;
System\Xml\Schema\Preprocessor.cs (3)
1229
if (constraint is
XmlSchemaKeyref
) {
1230
XmlSchemaKeyref
keyref = (
XmlSchemaKeyref
)constraint;
System\Xml\Schema\SchemaCollectionCompiler.cs (4)
1758
if (xi is
XmlSchemaKeyref
) {
1759
XmlSchemaIdentityConstraint ic = (XmlSchemaIdentityConstraint)this.schema.IdentityConstraints[((
XmlSchemaKeyref
)xi).Refer];
1761
throw new XmlSchemaException(Res.Sch_UndeclaredIdentityConstraint, ((
XmlSchemaKeyref
)xi).Refer.ToString(), xi);
1765
throw new XmlSchemaException(Res.Sch_RefInvalidIdentityConstraint, ((
XmlSchemaKeyref
)xi).Refer.ToString(), xi);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (3)
917
if (constraint is
XmlSchemaKeyref
) {
918
XmlSchemaKeyref
keyref = (
XmlSchemaKeyref
)constraint;
System\Xml\Schema\SchemaSetCompiler.cs (4)
2104
if (xi is
XmlSchemaKeyref
) {
2105
XmlSchemaIdentityConstraint ic = (XmlSchemaIdentityConstraint)this.identityConstraints[((
XmlSchemaKeyref
)xi).Refer];
2107
throw new XmlSchemaException(Res.Sch_UndeclaredIdentityConstraint, ((
XmlSchemaKeyref
)xi).Refer.ToString(), xi);
2111
throw new XmlSchemaException(Res.Sch_RefInvalidIdentityConstraint, ((
XmlSchemaKeyref
)xi).Refer.ToString(), xi);
System\Xml\Schema\XmlSchemaElement.cs (1)
186
XmlElement("keyref", typeof(
XmlSchemaKeyref
)),
System\Xml\Schema\XsdBuilder.cs (2)
2004
if (builder.identityConstraint is
XmlSchemaKeyref
) {
2005
((
XmlSchemaKeyref
)builder.identityConstraint).Refer = builder.ParseQName(value, "refer");
System\Xml\Serialization\SchemaObjectWriter.cs (5)
322
else if (t == typeof(
XmlSchemaKeyref
)) {
323
Write50_XmlSchemaKeyref((
XmlSchemaKeyref
)o);
883
else if (t == typeof(
XmlSchemaKeyref
)) {
884
Write50_XmlSchemaKeyref((
XmlSchemaKeyref
)o);
903
void Write50_XmlSchemaKeyref(
XmlSchemaKeyref
o) {