5 writes to _ctx
System.Web.Entity (5)
System\Data\WebControls\EntityDataSourceView.cs (5)
1114_ctx = creatingArgs.Context; 1138_ctx = (ObjectContext)ctxInfo.Invoke(new object[0]); 1145_ctx = new ObjectContext(_owner.ConnectionString); 1178_ctx = new ObjectContext(_owner.Connection); 1225_ctx = null;
10 references to _ctx
System.Web.Entity (10)
System\Data\WebControls\EntityDataSourceView.cs (10)
1115contextType = _ctx.GetType(); 1159_ctx.MetadataWorkspace.LoadFromAssembly(assembly); 1185_ctx.DefaultContainerName = _owner.DefaultContainerName; 1189_ctx.MetadataWorkspace.LoadFromAssembly(System.Reflection.Assembly.GetCallingAssembly()); 1190_ctx.MetadataWorkspace.LoadFromAssembly(contextType.Assembly); 1218if (null != _ctx) 1220EntityDataSourceContextDisposingEventArgs disposeArgs = new EntityDataSourceContextDisposingEventArgs(_ctx); 1224_ctx.Dispose(); 1556Debug.Assert(null != _ctx, "The context hasn't yet been constructed"); 1557return _ctx;