2 writes to Name
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaNotation.cs (1)
47set { Name = value; }
System\Xml\Schema\XsdBuilder.cs (1)
2037builder._notation!.Name = value;
7 references to Name
System.Private.Xml (7)
System\Xml\Schema\Preprocessor.cs (2)
1869if (notation.Name != null) 1872notation.QualifiedName = new XmlQualifiedName(notation.Name, _targetNamespace);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
1533if (notation.Name != null) 1536notation.QualifiedName = new XmlQualifiedName(notation.Name, _targetNamespace);
System\Xml\Schema\XmlSchemaNotation.cs (1)
46get { return Name; }
System\Xml\Serialization\XmlSchemas.cs (2)
442return ((XmlSchemaNotation)o).Name; 509item = SR.Format(SR.XmlSchemaNamedItem, ns, "notation", ((XmlSchemaNotation)o).Name, details);