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