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