8 references to TryGetValueLayerType
System.Data.Entity (8)
System\Data\Objects\ELinq\ExpressionConverter.cs (4)
539
if (
TryGetValueLayerType
(toClrType, out toType) && CanOmitCast(fromType, toType, preserveCastForDateTime))
633
if (!this.
TryGetValueLayerType
(toClrType, out toType) ||
1006
if (!
TryGetValueLayerType
(linqType, out type))
1039
if (
TryGetValueLayerType
(elementType, out elementTypeUsage))
System\Data\Objects\ELinq\MethodCallTranslator.cs (1)
2070
if (!parent.
TryGetValueLayerType
(clrType, out modelType) ||
System\Data\Objects\ELinq\Translator.cs (3)
105
if (parent.
TryGetValueLayerType
(linq.Type, out type))
771
if (parent.
TryGetValueLayerType
(typeof(byte), out type))
779
if (parent.
TryGetValueLayerType
(linq.Type, out typeUsage))