1 instantiation of ComplexTypeMaterializer
System.Data.Entity (1)
System\Data\Objects\ObjectStateManager.cs (1)
196
_complexTypeMaterializer = new
ComplexTypeMaterializer
(this.MetadataWorkspace);
2 references to ComplexTypeMaterializer
System.Data.Entity (2)
System\Data\Objects\ObjectStateManager.cs (2)
66
private
ComplexTypeMaterializer
_complexTypeMaterializer; // materializer instance that can be used to create complex types with just a metadata workspace
190
internal
ComplexTypeMaterializer
ComplexTypeMaterializer