1 type derived from ProjectionNewMetadata
System.Data.Entity (1)
System\Data\Objects\ELinq\InitializerFacet.cs (1)
330
private class EmptyProjectionNewMetadata :
ProjectionNewMetadata
1 instantiation of ProjectionNewMetadata
System.Data.Entity (1)
System\Data\Objects\ELinq\InitializerFacet.cs (1)
76
return itemCollection.GetCanonicalInitializerMetadata(new
ProjectionNewMetadata
(newExpression));
2 references to ProjectionNewMetadata
System.Data.Entity (2)
System\Data\Objects\ELinq\InitializerFacet.cs (2)
268
ProjectionNewMetadata
otherProjection = (
ProjectionNewMetadata
)other;