1 write to _canCreateCommandBuilder
System.Data.Common (1)
System\Data\Common\DbProviderFactory.cs (1)
44
_canCreateCommandBuilder
= builder != null;
2 references to _canCreateCommandBuilder
System.Data.Common (2)
System\Data\Common\DbProviderFactory.cs (2)
40
if (!
_canCreateCommandBuilder
.HasValue)
48
return
_canCreateCommandBuilder
.Value;