2 references to GetDefaultIndexer
System.Xml (2)
System\Xml\Serialization\Types.cs (1)
1200
return
GetDefaultIndexer
(type, memberInfo).PropertyType;
System\Xml\Serialization\XmlSerializationWriter.cs (1)
3547
PropertyInfo defaultIndexer = TypeScope.
GetDefaultIndexer
(type, null);