2 writes to _all
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (2)
1020
_all
= (XmlSchemaAll)container;
1962
builder._xso = builder._particle = builder.
_all
= new XmlSchemaAll();
3 references to _all
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (3)
895
container =
_all
;
1331
builder.
_all
.Items.Add(builder._element);
1963
builder.AddParticle(builder.
_all
);