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