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