7 references to SchemaElementDecl
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (2)
612SchemaElementDecl decl = new SchemaElementDecl(); 761SchemaElementDecl decl = new SchemaElementDecl();
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaElementDecl.cs (2)
30internal static readonly SchemaElementDecl Empty = new SchemaElementDecl(); 55SchemaElementDecl anyTypeElementDecl = new SchemaElementDecl();
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (2)
697SchemaElementDecl decl = new SchemaElementDecl(); 833SchemaElementDecl decl = new SchemaElementDecl();
FrameworkFork\Microsoft.Xml\Xml\schema\XdrBuilder.cs (1)
718builder._ElementDef._ElementDecl = new SchemaElementDecl();