15 references to CatalogLocation
netstandard (1)
netstandard.cs (1)
447
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.
CatalogLocation
))]
System.Data (1)
src\libraries\shims\System.Data\ref\System.Data.cs (1)
19
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.Common.
CatalogLocation
))]
System.Data.Common (13)
System\Data\Common\AdapterUtil.Common.cs (4)
81
internal static ArgumentOutOfRangeException InvalidCatalogLocation(
CatalogLocation
value)
86
case
CatalogLocation
.Start:
87
case
CatalogLocation
.End:
92
return InvalidEnumerationValue(typeof(
CatalogLocation
), (int)value);
System\Data\Common\DBCommandBuilder.cs (9)
326
private
CatalogLocation
_catalogLocation =
CatalogLocation
.Start;
361
[DefaultValueAttribute(
CatalogLocation
.Start)]
362
public virtual
CatalogLocation
CatalogLocation
376
case
CatalogLocation
.Start:
377
case
CatalogLocation
.End:
729
CatalogLocation
location = CatalogLocation;
746
if (
CatalogLocation
.Start == location)
766
if (
CatalogLocation
.End == location)