2 writes to _usingNS
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
610_usingNS = null; 3099_usingNS = new ArrayList();
6 references to _usingNS
PresentationBuildTasks (6)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (6)
595if (_usingNS != null) 597foreach (string u in _usingNS) 607if (_usingNS != null) 609_usingNS.Clear(); 3097if (_usingNS == null) 3102_usingNS.Add(clrNS);