6 references to 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),