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