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