13 references to CompiledDataContext
System.Activities (13)
System\Activities\XamlIntegration\CompiledDataContext.cs (7)
101protected static CompiledDataContext[] GetCompiledDataContextCache(object dataContextActivities, ActivityContext activityContext, Activity compiledRoot, bool forImplementation, int compiledDataContextCount) 105HybridDictionary<Activity, CompiledDataContext[]> cache = null; 108cache = (HybridDictionary<Activity, CompiledDataContext[]>)cacheInstance.CompiledDataContextsForImplementation; 112cache = (HybridDictionary<Activity, CompiledDataContext[]>)cacheInstance.CompiledDataContexts; 117cache = new HybridDictionary<Activity, CompiledDataContext[]>(); 129CompiledDataContext[] result = null; 132result = new CompiledDataContext[compiledDataContextCount];
System\Activities\XamlIntegration\ExpressionTreeRewriter.cs (1)
31if (typeof(CompiledDataContext).IsAssignableFrom(constExpr.Type) &&
System\Activities\XamlIntegration\TextExpressionCompiler.cs (5)
1076typeof(CompiledDataContext[]), 1768typedDataContext.BaseTypes.Add(typeof(CompiledDataContext)); 1840new CodeTypeReferenceExpression(typeof(CompiledDataContext)), 1892cacheHelper.ReturnType = new CodeTypeReference(typeof(CompiledDataContext[])); 1898new CodeTypeReferenceExpression(typeof(CompiledDataContext)),