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