1 write to _isUnicode
System.Data.Entity (1)
System\Data\Objects\ELinq\MethodCallTranslator.cs (1)
883
_isUnicode
= isUnicode;
1 reference to _isUnicode
System.Data.Entity (1)
System\Data\Objects\ELinq\MethodCallTranslator.cs (1)
893
TypeUsage updatedType = argument.ResultType.ShallowCopy(new FacetValues { Unicode =
_isUnicode
});