2 writes to IsNillable
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (1)
2361decl.IsNillable = xe.IsNillable;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (1)
2793decl.IsNillable = xe.IsNillable;
2 references to IsNillable
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (1)
1676if (elementDecl.IsNillable)
FrameworkFork\Microsoft.Xml\Xml\schema\xsdvalidator.cs (1)
431if (elementDecl != null && elementDecl.IsNillable)