2 instantiations of DataViewSettingCollection
System.Data.Common (2)
System\Data\DataViewManager.cs (2)
40
_dataViewSettingsCollection = new
DataViewSettingCollection
(this);
74
_dataViewSettingsCollection = new
DataViewSettingCollection
(this);
5 references to DataViewSettingCollection
netstandard (1)
netstandard.cs (1)
521
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.
DataViewSettingCollection
))]
System.Data (1)
src\libraries\shims\System.Data\ref\System.Data.cs (1)
90
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.
DataViewSettingCollection
))]
System.Data.Common (3)
System\Data\DataViewManager.cs (2)
17
private
DataViewSettingCollection
_dataViewSettingsCollection;
80
public
DataViewSettingCollection
DataViewSettings => _dataViewSettingsCollection;
System\Data\DataViewSettingCollection.cs (1)
161
private readonly
DataViewSettingCollection
? _dataViewSettings;