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