2 writes to IsAbstract
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1340builder._element!.IsAbstract = builder.ParseBoolean(value, "abstract");
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
10724o.@IsAbstract = Xml.XmlConvert.ToBoolean(Reader.Value);
13 references to IsAbstract
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\SchemaImporter.cs (1)
1355if (element.IsAbstract)
System.Private.Xml (10)
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
2273decl.IsAbstract = xe.IsAbstract;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
1007element.IsAbstract || 1029if (element.IsAbstract)
System\Xml\Schema\SchemaSetCompiler.cs (1)
2732decl.IsAbstract = xe.IsAbstract;
System\Xml\Serialization\Mappings.cs (2)
1285if (e1.IsAbstract != e2.IsAbstract)
System\Xml\Serialization\SchemaObjectWriter.cs (2)
975if ((bool)o.@IsAbstract) 977WriteAttribute(@"abstract", @"", XmlConvert.ToString((bool)(bool)o.@IsAbstract));
System\Xml\Serialization\XmlSchemaImporter.cs (2)
1078if (!equivalentElement.IsAbstract && 1101if (!element.IsAbstract)
System.Web.Services.Description (2)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
2625if (((global::System.Boolean)o.@IsAbstract) != false) { 2626WriteAttribute(@"abstract", @"", Xml.XmlConvert.ToString((global::System.Boolean)((global::System.Boolean)o.@IsAbstract)));