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