1 write to _baseMapping
System.Private.Xml (1)
System\Xml\Serialization\Mappings.cs (1)
487_baseMapping = value;
10 references to _baseMapping
System.Private.Xml (10)
System\Xml\Serialization\Mappings.cs (10)
484get { return _baseMapping; } 488if (!IsAnonymousType && _baseMapping != null) 490_nextDerivedMapping = _baseMapping._derivedMappings; 491_baseMapping._derivedMappings = this; 496if (_baseMapping!.IsSequence) 514get { return _baseMapping != null && Members != null; } 526if (_baseMapping != null) 527return ((INameScope)_baseMapping)[name, ns]; 655return (_baseMapping != null && _baseMapping.HasExplicitSequence());