2 writes to _usingNS
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
606_usingNS = null; 3095_usingNS = new ArrayList();
6 references to _usingNS
PresentationBuildTasks (6)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (6)
591if (_usingNS != null) 593foreach (string u in _usingNS) 603if (_usingNS != null) 605_usingNS.Clear(); 3093if (_usingNS == null) 3098_usingNS.Add(clrNS);