1 write to _content
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleType.cs (1)
39set { _content = value; }
6 references to _content
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleType.cs (6)
38get { return _content; } 46if (_content == null) 51if (_content is XmlSchemaSimpleTypeRestriction) 53return ((XmlSchemaSimpleTypeRestriction)_content).BaseTypeName; 62if (_content != null) 64newSimpleType.Content = (XmlSchemaSimpleTypeContent)_content.Clone();