1 write to _hasNillableAttribute
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaElement.cs (1)
139
set { _isNillable = value;
_hasNillableAttribute
= true; }
1 reference to _hasNillableAttribute
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaElement.cs (1)
145
get { return
_hasNillableAttribute
; }