2 writes to _canonicalParticle
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaGroup.cs (2)
60set { _canonicalParticle = value; } 102newGroup._canonicalParticle = XmlSchemaParticle.Empty;
1 reference to _canonicalParticle
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaGroup.cs (1)
59get { return _canonicalParticle; }