1 write to IsAbstract
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1340
builder._element!.
IsAbstract
= builder.ParseBoolean(value, "abstract");
11 references to IsAbstract
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\SchemaImporter.cs (1)
1355
if (element.
IsAbstract
)
System.Private.Xml (10)
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
2273
decl.IsAbstract = xe.
IsAbstract
;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
1007
element.
IsAbstract
||
1029
if (element.
IsAbstract
)
System\Xml\Schema\SchemaSetCompiler.cs (1)
2732
decl.IsAbstract = xe.
IsAbstract
;
System\Xml\Serialization\Mappings.cs (2)
1260
if (e1.
IsAbstract
!= e2.
IsAbstract
)
System\Xml\Serialization\SchemaObjectWriter.cs (2)
975
if ((bool)o.
@IsAbstract
)
977
WriteAttribute(@"abstract", @"", XmlConvert.ToString((bool)(bool)o.
@IsAbstract
));
System\Xml\Serialization\XmlSchemaImporter.cs (2)
1078
if (!equivalentElement.
IsAbstract
&&
1101
if (!element.
IsAbstract
)