6 writes to IsAbstract
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (3)
764decl.IsAbstract = complexType.IsAbstract; 2355decl.IsAbstract = xe.IsAbstract; 2359decl.IsAbstract |= ct.IsAbstract;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (3)
836decl.IsAbstract = complexType.IsAbstract; 2787decl.IsAbstract = xe.IsAbstract; 2791decl.IsAbstract |= ct.IsAbstract;
5 references to IsAbstract
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (3)
1695if (elementDecl != null && elementDecl.IsAbstract) 1729if (elementDeclXsi.IsAbstract) 1778if (_context.ElementDecl.IsAbstract)
FrameworkFork\Microsoft.Xml\Xml\schema\xsdvalidator.cs (2)
395if (elementDecl.IsAbstract) 454if (context.ElementDecl.IsAbstract)