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