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