2 writes to Refer
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
2186
((XmlSchemaKeyref)builder._identityConstraint).
Refer
= builder.ParseQName(value, "refer");
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
10962
o.
@Refer
= ToXmlQualifiedName(Reader.Value);
13 references to Refer
dotnet-svcutil-lib (13)
FrameworkFork\Microsoft.Xml\Xml\schema\CompiledIdentityConstraint.cs (1)
91
this.refer = ((XmlSchemaKeyref)constraint).
Refer
;
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (2)
1505
if (keyref.
Refer
.IsEmpty)
1512
ValidateQNameAttribute(keyref, "refer", keyref.
Refer
);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (3)
2219
XmlSchemaIdentityConstraint ic = (XmlSchemaIdentityConstraint)_schema.IdentityConstraints[((XmlSchemaKeyref)xi).
Refer
];
2222
throw new XmlSchemaException(ResXml.Sch_UndeclaredIdentityConstraint, ((XmlSchemaKeyref)xi).
Refer
.ToString(), xi);
2227
throw new XmlSchemaException(ResXml.Sch_RefInvalidIdentityConstraint, ((XmlSchemaKeyref)xi).
Refer
.ToString(), xi);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (2)
1150
if (keyref.
Refer
.IsEmpty)
1157
ValidateQNameAttribute(keyref, "refer", keyref.
Refer
);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (3)
2650
XmlSchemaIdentityConstraint ic = (XmlSchemaIdentityConstraint)_identityConstraints[((XmlSchemaKeyref)xi).
Refer
];
2653
throw new XmlSchemaException(ResXml.Sch_UndeclaredIdentityConstraint, ((XmlSchemaKeyref)xi).
Refer
.ToString(), xi);
2658
throw new XmlSchemaException(ResXml.Sch_RefInvalidIdentityConstraint, ((XmlSchemaKeyref)xi).
Refer
.ToString(), xi);
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (1)
1096
WriteAttribute(@"refer", @"", o.
@Refer
);
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
3097
WriteAttribute(@"refer", @"", FromXmlQualifiedName(((Microsoft.Xml.XmlQualifiedName)o.
@Refer
)));