2 writes to SchemaElement
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (1)
2409decl.SchemaElement = xe; //So this is available for PSVI
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (1)
2852decl.SchemaElement = xe; //So this is available for PSVI
5 references to SchemaElement
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaInfo.cs (2)
167return ed.SchemaElement; 187return ed.SchemaElement;
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (3)
2151if (beforeXsiDecl.SchemaElement != null) 2153XmlSchemaElement xsiElement = (XmlSchemaElement)beforeXsiDecl.SchemaElement.Clone(null); 2161return currentDecl.SchemaElement;