24 writes to IsRequired
Microsoft.Build (4)
ToolsetElement.cs (4)
123[ConfigurationProperty("toolsVersion", IsKey = true, IsRequired = true)] 307[ConfigurationProperty("os", IsKey = true, IsRequired = true)] 479[ConfigurationProperty("name", IsKey = true, IsRequired = true)] 496[ConfigurationProperty("value", IsRequired = true)]
Microsoft.Build.Engine (3)
Engine\ToolsetConfigurationReader.cs (3)
381[ConfigurationProperty("toolsVersion", IsKey = true, IsRequired = true)] 543[ConfigurationProperty("name", IsKey = true, IsRequired = true)] 559[ConfigurationProperty("value", IsRequired = true)]
Microsoft.Build.Utilities.Core (4)
ToolsetElement.cs (4)
123[ConfigurationProperty("toolsVersion", IsKey = true, IsRequired = true)] 307[ConfigurationProperty("os", IsKey = true, IsRequired = true)] 479[ConfigurationProperty("name", IsKey = true, IsRequired = true)] 496[ConfigurationProperty("value", IsRequired = true)]
System.Configuration.ConfigurationManager (12)
System\Configuration\ProviderSettings.cs (2)
47[ConfigurationProperty("name", IsRequired = true, IsKey = true)] 54[ConfigurationProperty("type", IsRequired = true)]
System\Configuration\SchemeSettingElement.cs (2)
16DefaultValue = null, IsRequired = true, IsKey = true)] 23DefaultValue = ConfigurationPropertyOptions.None, IsRequired = true)]
System\Configuration\SettingElement.cs (3)
64[ConfigurationProperty("name", IsRequired = true, IsKey = true, DefaultValue = "")] 77[ConfigurationProperty("serializeAs", IsRequired = true, DefaultValue = SettingsSerializeAs.String)] 90[ConfigurationProperty("value", IsRequired = true, DefaultValue = null)]
System\Diagnostics\ListenerElementsCollection.cs (1)
114[ConfigurationProperty("name", IsRequired = true, IsKey = true)]
System\Diagnostics\SourceElementsCollection.cs (1)
58[ConfigurationProperty("name", IsRequired = true, DefaultValue = "")]
System\Diagnostics\SwitchElementsCollection.cs (2)
36[ConfigurationProperty("name", DefaultValue = "", IsRequired = true, IsKey = true)] 41[ConfigurationProperty("value", IsRequired = true)]
System\Diagnostics\TypedElement.cs (1)
41[ConfigurationProperty("type", IsRequired = true, DefaultValue = "")]
System.Runtime.Caching (1)
System\Runtime\Caching\Configuration\MemoryCacheElement.cs (1)
70[ConfigurationProperty("name", DefaultValue = "", IsRequired = true, IsKey = true)]