Base:
property
Type
System.Linq.Expressions.Expression.Type
12 references to Type
System.Core (2)
Microsoft\Scripting\Ast\Expression.DebuggerProxy.cs (1)
297
public Type Type { get { return _node.
Type
; } }
Microsoft\Scripting\Ast\MemberInitExpression.cs (1)
46
/// <returns>The <see cref="
Type
"/> that represents the static type of the expression.</returns>
System.Data.Entity (3)
System\Data\Common\Internal\Materialization\CoordinatorScratchpad.cs (1)
457
init.
Type
);
System\Data\Objects\ELinq\InitializerFacet.cs (1)
354
: base(initExpression.
Type
)
System\Data\Objects\ELinq\Translator.cs (1)
822
parent.CheckInitializerType(linq.
Type
);
System.Data.Linq (2)
SqlClient\Query\QueryConverter.cs (2)
850
MetaType mt = this.services.Model.GetMetaType(init.
Type
);
852
throw Error.CannotMaterializeEntityType(init.
Type
);
System.Data.Services.Client (5)
System\Data\Services\Client\ALinq\ProjectionAnalyzer.cs (3)
204
bool knownEntityType = ClientType.CheckElementTypeIsEntity(mie.
Type
);
283
var epa = new EntityProjectionAnalyzer(pb, mie.
Type
);
330
analysis.CheckCompatibleAssignments(mie.
Type
, ref targetEntityPath);
System\Data\Services\Client\MemberAssignmentAnalysis.cs (1)
209
Exception incompatibleException = nested.CheckCompatibleAssignments(init.
Type
, ref previousNested);
System\Data\Services\Client\ProjectionPathBuilder.cs (1)
160
bool isEntityType = ClientType.CheckElementTypeIsEntity(init.
Type
);