1 write to _isMixed
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexContent.cs (1)
31set { _isMixed = value; _hasMixedAttribute = true; }
1 reference to _isMixed
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexContent.cs (1)
30get { return _isMixed; }