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