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