5 references to TryGetIsUnicode
System.Data.Entity (5)
System\Data\Common\DbCommandDefinition.cs (1)
232
if (!TypeHelpers.
TryGetIsUnicode
(type, out unicode))
System\Data\Mapping\ViewGeneration\Structures\ScalarConstant.cs (1)
94
if (!TypeHelpers.
TryGetIsUnicode
(modelTypeUsage, out isUnicode))
System\Data\SqlClient\SqlGen\SqlGenerator.cs (2)
870
(TypeHelpers.
TryGetIsUnicode
(argument.ResultType, out isUnicode)) &&
1017
if (!TypeHelpers.
TryGetIsUnicode
(e.ResultType, out isUnicode))
System\Data\SqlClient\SqlProviderServices.cs (1)
669
if (!TypeHelpers.
TryGetIsUnicode
(type, out unicode)) {