2 writes to _notation
System.Private.Xml (2)
System\Xml\Schema\XsdBuilder.cs (2)
1024
_notation
= (XmlSchemaNotation)container;
2030
builder._xso = builder.
_notation
= new XmlSchemaNotation();
5 references to _notation
System.Private.Xml (5)
System\Xml\Schema\XsdBuilder.cs (5)
899
container =
_notation
!;
2032
builder._schema.Items.Add(builder.
_notation
);
2037
builder.
_notation
!.Name = value;
2042
builder.
_notation
!.Public = value;
2047
builder.
_notation
!.System = value;