2 writes to _anyElement
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (2)
1029
_anyElement
= (XmlSchemaAny)container;
2009
builder._xso = builder._particle = builder.
_anyElement
= new XmlSchemaAny();
4 references to _anyElement
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (4)
904
container =
_anyElement
;
2010
builder.AddParticle(builder.
_anyElement
);
2015
builder.
_anyElement
.Namespace = value;
2020
builder.
_anyElement
.ProcessContents = (XmlSchemaContentProcessing)builder.ParseEnum(value, "processContents", s_processContentsStringValues);