1 write to _defaultValue
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaElement.cs (1)
83
set {
_defaultValue
= value; }
3 references to _defaultValue
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaElement.cs (3)
82
get { return
_defaultValue
; }
314
get { return
_defaultValue
!= null &&
_defaultValue
.Length > 0; }