2 writes to @IsAbstract
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
8724
o.
@IsAbstract
= System.Xml.XmlConvert.ToBoolean(Reader.Value);
System.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1271
builder.element.
IsAbstract
= builder.ParseBoolean(value, "abstract");
14 references to @IsAbstract
System.Runtime.Serialization (1)
System\Runtime\Serialization\SchemaImporter.cs (1)
1368
if (element.
IsAbstract
)
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (1)
744
e.
IsAbstract
== false &&
System.Web.Services (2)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
2232
if (((global::System.Boolean)o.
@IsAbstract
) != false) {
2233
WriteAttribute(@"abstract", @"", System.Xml.XmlConvert.ToString((global::System.Boolean)((global::System.Boolean)o.
@IsAbstract
)));
System.Xml (10)
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
1867
decl.IsAbstract = xe.
IsAbstract
;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
812
element.
IsAbstract
||
831
if(element.
IsAbstract
) {
System\Xml\Schema\SchemaSetCompiler.cs (1)
2214
decl.IsAbstract = xe.
IsAbstract
;
System\Xml\Serialization\Mappings.cs (2)
1116
if (e1.
IsAbstract
!= e2.
IsAbstract
)
System\Xml\Serialization\SchemaObjectWriter.cs (2)
814
if (((System.Boolean)o.
@IsAbstract
) != false) {
815
WriteAttribute(@"abstract", @"", XmlConvert.ToString((System.Boolean)((System.Boolean)o.
@IsAbstract
)));
System\Xml\Serialization\XmlSchemaImporter.cs (2)
1020
if (!equivalentElement.
IsAbstract
&&
1039
if (!element.
IsAbstract
)