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