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