1 write to _items
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchema.cs (1)
591that._items = _items;
8 references to _items
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchema.cs (8)
370get { return _items; } 591that._items = _items; 611for (int i = 0; i < _items.Count; ++i) 619if ((complexType = _items[i] as XmlSchemaComplexType) != null) 623else if ((element = _items[i] as XmlSchemaElement) != null) 627else if ((group = _items[i] as XmlSchemaGroup) != null) 633newItem = _items[i].Clone(); 668_items.Add(annotation);