1 instantiation of CodeContextRoot
PresentationBuildTasks (1)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
2537
CodeContext cc = new
CodeContextRoot
(ctdClass, cns, baseClass, _typeArgsList, baseClassFullName);
5 references to CodeContextRoot
PresentationBuildTasks (5)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (5)
2995
_ccRoot = cc as
CodeContextRoot
;
3049
Debug.Assert(_ccRoot == (cc as
CodeContextRoot
));
3128
Debug.Assert(_ccRoot == (_codeContexts.Peek() as
CodeContextRoot
));
3153
Debug.Assert(_ccRoot == (_codeContexts.Peek() as
CodeContextRoot
));
3508
private
CodeContextRoot
_ccRoot = null;