1 write to _defaultValue
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAttribute.cs (1)
46set { _defaultValue = value; }
2 references to _defaultValue
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAttribute.cs (2)
45get { return _defaultValue; } 212get { return _defaultValue != null; }