2 writes to _usingNS
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
603_usingNS = null; 3138_usingNS = new ArrayList();
6 references to _usingNS
PresentationBuildTasks (6)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (6)
588if (_usingNS != null) 590foreach (string u in _usingNS) 600if (_usingNS != null) 602_usingNS.Clear(); 3136if (_usingNS == null) 3141_usingNS.Add(clrNS);