2 writes to notation
System.Xml (2)
System\Xml\Schema\XsdBuilder.cs (2)
986this.notation = (XmlSchemaNotation)container; 1870builder.xso = builder.notation = new XmlSchemaNotation();
5 references to notation
System.Xml (5)
System\Xml\Schema\XsdBuilder.cs (5)
863container = this.notation; 1872builder.schema.Items.Add(builder.notation); 1876builder.notation.Name = value; 1880builder.notation.Public = value; 1884builder.notation.System = value;