1 write to baseMapping
System.Xml (1)
System\Xml\Serialization\Mappings.cs (1)
406baseMapping = value;
10 references to baseMapping
System.Xml (10)
System\Xml\Serialization\Mappings.cs (10)
404get { return baseMapping; } 407if (!IsAnonymousType && baseMapping != null) { 408nextDerivedMapping = baseMapping.derivedMappings; 409baseMapping.derivedMappings = this; 413if (baseMapping.IsSequence) { 427get { return baseMapping != null && Members != null; } 449if (baseMapping != null) 450return ((INameScope)baseMapping)[name, ns]; 560return (baseMapping != null && baseMapping.HasExplicitSequence());