1 instantiation of OleDbPropertyInfo
System.Data.OleDb (1)
PropertyInfoSet.cs (1)
84
OleDbPropertyInfo propertyInfo = new
OleDbPropertyInfo
();
22 references to OleDbPropertyInfo
System.Data.OleDb (22)
OleDbConnectionInternal.cs (2)
824
internal Dictionary<string,
OleDbPropertyInfo
>? GetPropertyInfo(Guid[] propertySets)
826
Dictionary<string,
OleDbPropertyInfo
>? properties = null;
OleDbConnectionStringBuilder.cs (16)
49
private Dictionary<string,
OleDbPropertyInfo
>? _propertyInfo;
87
Dictionary<string,
OleDbPropertyInfo
> dynamic = GetProviderInfo(Provider);
88
OleDbPropertyInfo
info = dynamic[keyword];
212
Dictionary<string,
OleDbPropertyInfo
> dynamic = GetProviderInfo(Provider);
402
Dictionary<string,
OleDbPropertyInfo
> dynamic = GetProviderInfo(Provider);
403
OleDbPropertyInfo
? info;
414
private Dictionary<string,
OleDbPropertyInfo
> GetProviderInfo(string provider)
416
Dictionary<string,
OleDbPropertyInfo
>? providerInfo = _propertyInfo;
419
providerInfo = new Dictionary<string,
OleDbPropertyInfo
>(StringComparer.OrdinalIgnoreCase);
422
Dictionary<string,
OleDbPropertyInfo
>? hash = null;
434
foreach (KeyValuePair<string,
OleDbPropertyInfo
> entry in hash)
437
OleDbPropertyInfo
info = entry.Value;
453
foreach (KeyValuePair<string,
OleDbPropertyInfo
> entry in hash)
455
OleDbPropertyInfo
info = entry.Value;
484
foreach (KeyValuePair<string,
OleDbPropertyInfo
> entry in hash)
486
OleDbPropertyInfo
info = entry.Value;
PropertyInfoSet.cs (4)
57
internal Dictionary<string,
OleDbPropertyInfo
>? GetValues()
59
Dictionary<string,
OleDbPropertyInfo
>? propertyLookup = null;
68
propertyLookup = new Dictionary<string,
OleDbPropertyInfo
>(StringComparer.OrdinalIgnoreCase);
84
OleDbPropertyInfo
propertyInfo = new OleDbPropertyInfo();