4 references to TryGetType
System.Data.Entity (4)
System\Data\Common\Internal\Materialization\Shaper.cs (1)
678
if (!this.Context.Perspective.
TryGetType
(wrappedSource.IdentityType, out entityTypeUsage) ||
System\Data\Objects\ELinq\ExpressionConverter.cs (1)
947
if (_funcletizer.RootContext.Perspective.
TryGetType
(type, out typeUsage))
System\Data\Objects\ObjectContext.cs (1)
1918
if (!this.Perspective.
TryGetType
(entityCLRType, out entityTypeUsage) ||
System\Data\Objects\ObjectParameter.cs (1)
326
if ((perspective.
TryGetType
(this._mappableType, out type)) &&