1 write to _baseMapping
System.Private.Xml (1)
System\Xml\Serialization\Mappings.cs (1)
486_baseMapping = value;
10 references to _baseMapping
System.Private.Xml (10)
System\Xml\Serialization\Mappings.cs (10)
483get { return _baseMapping; } 487if (!IsAnonymousType && _baseMapping != null) 489_nextDerivedMapping = _baseMapping._derivedMappings; 490_baseMapping._derivedMappings = this; 495if (_baseMapping!.IsSequence) 513get { return _baseMapping != null && Members != null; } 525if (_baseMapping != null) 526return ((INameScope)_baseMapping)[name, ns]; 654return (_baseMapping != null && _baseMapping.HasExplicitSequence());