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