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