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