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