2 writes to Block
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
1619builder._complexType.Block = (XmlSchemaDerivationMethod)builder.ParseBlockFinalEnum(value, "block");
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
11335o.@Block = Read7_XmlSchemaDerivationMethod(Reader.Value);
10 references to Block
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (4)
1689if (complexType.Block == XmlSchemaDerivationMethod.All) 1693else if (complexType.Block == XmlSchemaDerivationMethod.None) 1699if ((complexType.Block & ~complexTypeBlockAllowed) != 0) 1703complexType.SetBlockResolved(complexType.Block & complexTypeBlockAllowed);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (4)
1332if (complexType.Block == XmlSchemaDerivationMethod.All) 1336else if (complexType.Block == XmlSchemaDerivationMethod.None) 1342if ((complexType.Block & ~complexTypeBlockAllowed) != 0) 1346complexType.SetBlockResolved(complexType.Block & complexTypeBlockAllowed);
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
3961if (((Microsoft.Xml.Schema.XmlSchemaDerivationMethod)o.@Block) != (Microsoft.Xml.Schema.XmlSchemaDerivationMethod.@None)) 3963WriteAttribute(@"block", @"", Write7_XmlSchemaDerivationMethod(((Microsoft.Xml.Schema.XmlSchemaDerivationMethod)o.@Block)));