5 references to IsKey
System.Configuration.ConfigurationManager (5)
System\Configuration\ConfigurationElement.cs (4)
1087if (value == s_nullPropertyValue || (serializeCollectionKey && !prop.IsKey)) continue; 1138if ((serializeCollectionKey && !prop.IsKey) || !(value is ConfigurationElement)) 1437if (serializeCollectionKey && !prop.IsKey) 1823if (!ensureKeysOnly || prop.IsKey) Values[prop.Name] = OnRequiredPropertyNotFound(prop.Name);
System\Configuration\PropertyInformation.cs (1)
49public bool IsKey => Prop.IsKey;