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