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