1 write to _isMixed
System.Private.Xml (1)
System\Xml\Serialization\Types.cs (1)
217set { _isMixed = value; }
1 reference to _isMixed
System.Private.Xml (1)
System\Xml\Serialization\Types.cs (1)
216get { return _isMixed || CanBeTextValue; }