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)
17private DataViewSettingCollection _dataViewSettingsCollection; 80public DataViewSettingCollection DataViewSettings => _dataViewSettingsCollection;
System\Data\DataViewSettingCollection.cs (1)
161private readonly DataViewSettingCollection? _dataViewSettings;