2 references to Get
System.Configuration.ConfigurationManager (2)
System\Configuration\ConfigurationSectionGroupCollection.cs (2)
33public ConfigurationSectionGroup this[int index] => Get(index); 78for (int i = 0, j = index; i < c; i++, j++) array[j] = Get(i);