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