1 instantiation of CodeContextRoot
PresentationBuildTasks (1)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
2541CodeContext cc = new CodeContextRoot(ctdClass, cns, baseClass, _typeArgsList, baseClassFullName);
5 references to CodeContextRoot
PresentationBuildTasks (5)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (5)
2999_ccRoot = cc as CodeContextRoot; 3053Debug.Assert(_ccRoot == (cc as CodeContextRoot)); 3132Debug.Assert(_ccRoot == (_codeContexts.Peek() as CodeContextRoot)); 3157Debug.Assert(_ccRoot == (_codeContexts.Peek() as CodeContextRoot)); 3512private CodeContextRoot _ccRoot = null;