1 write to _baseMapping
System.Private.Xml (1)
System\Xml\Serialization\Mappings.cs (1)
501_baseMapping = value;
10 references to _baseMapping
System.Private.Xml (10)
System\Xml\Serialization\Mappings.cs (10)
498get { return _baseMapping; } 502if (!IsAnonymousType && _baseMapping != null) 504_nextDerivedMapping = _baseMapping._derivedMappings; 505_baseMapping._derivedMappings = this; 510if (_baseMapping!.IsSequence) 528get { return _baseMapping != null && Members != null; } 540if (_baseMapping != null) 541return ((INameScope)_baseMapping)[name, ns]; 669return (_baseMapping != null && _baseMapping.HasExplicitSequence());