3 writes to Name
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
10293o.@Name = Reader.Value;
System.Xml (2)
System\Xml\Schema\XmlSchemaNotation.cs (1)
61set { Name = value; }
System\Xml\Schema\XsdBuilder.cs (1)
1876builder.notation.Name = value;
9 references to Name
System.Web.Services (2)
System\Web\Services\Description\SchemaCompiler.cs (1)
92item = Res.GetString(Res.XmlSchemaNamedItem, ns, "notation", ((XmlSchemaNotation)o).Name, details);
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
3877WriteAttribute(@"name", @"", ((global::System.String)o.@Name));
System.Xml (7)
System\Xml\Schema\Preprocessor.cs (2)
1543if (notation.Name != null) { 1545notation.QualifiedName = new XmlQualifiedName(notation.Name, this.targetNamespace);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
1228if (notation.Name != null) { 1230notation.QualifiedName = new XmlQualifiedName(notation.Name, this.targetNamespace);
System\Xml\Schema\XmlSchemaNotation.cs (1)
60get { return Name; }
System\Xml\Serialization\XmlSchemas.cs (2)
459return ((XmlSchemaNotation)o).Name; 510item = Res.GetString(Res.XmlSchemaNamedItem, ns, "notation", ((XmlSchemaNotation)o).Name, details);