6 instantiations of RecommendedAsConfigurableAttribute
System (2)
compmod\system\componentmodel\RecommendedAsConfigurableAttribute.cs (2)
50public static readonly RecommendedAsConfigurableAttribute No = new RecommendedAsConfigurableAttribute(false); 58public static readonly RecommendedAsConfigurableAttribute Yes = new RecommendedAsConfigurableAttribute(true);
System.Data (4)
fx\src\data\System\Data\Common\DBConnection.cs (1)
28RecommendedAsConfigurable(true),
fx\src\data\System\Data\Odbc\OdbcConnection.cs (1)
60RecommendedAsConfigurable(true),
fx\src\data\System\Data\OleDb\OleDbConnection.cs (1)
50RecommendedAsConfigurable(true),
fx\src\data\System\Data\SqlClient\SqlConnection.cs (1)
573RecommendedAsConfigurable(true),
8 references to RecommendedAsConfigurableAttribute
System (8)
compmod\system\componentmodel\RecommendedAsConfigurableAttribute.cs (8)
27/// the <see cref='System.ComponentModel.RecommendedAsConfigurableAttribute'/> class. 50public static readonly RecommendedAsConfigurableAttribute No = new RecommendedAsConfigurableAttribute(false); 58public static readonly RecommendedAsConfigurableAttribute Yes = new RecommendedAsConfigurableAttribute(true); 62/// Specifies the default value for the <see cref='System.ComponentModel.RecommendedAsConfigurableAttribute'/>, which is <see cref='System.ComponentModel.RecommendedAsConfigurableAttribute.No'/>. This <see langword='static '/>field is 66public static readonly RecommendedAsConfigurableAttribute Default = No; 76RecommendedAsConfigurableAttribute other = obj as RecommendedAsConfigurableAttribute;