2 writes to isMixed
System.Xml (2)
System\Xml\Serialization\Types.cs (2)
204set { isMixed = value; } 371newTypeDesc.isMixed = this.isMixed;
2 references to isMixed
System.Xml (2)
System\Xml\Serialization\Types.cs (2)
203get { return isMixed || CanBeTextValue; } 371newTypeDesc.isMixed = this.isMixed;