5 references to IsKey
System.Configuration (5)
System\Configuration\ConfigurationElement.cs (4)
1190if (serializeCollectionKey == false || prop.IsKey == true) { 1236if (serializeCollectionKey == false || prop.IsKey == true) { 1471if (serializeCollectionKey && !prop.IsKey) { 1794if (!ensureKeysOnly || prop.IsKey) {
System\Configuration\PropertyInformation.cs (1)
112return Prop.IsKey;