1 write to _itemTypeName
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleTypeList.cs (1)
31set { _itemTypeName = (value == null ? XmlQualifiedName.Empty : value); }
2 references to _itemTypeName
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleTypeList.cs (2)
30get { return _itemTypeName; } 57newList.ItemTypeName = _itemTypeName.Clone();