2 writes to _usingNS
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
604_usingNS = null; 3140_usingNS = new ArrayList();
6 references to _usingNS
PresentationBuildTasks (6)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (6)
589if (_usingNS != null) 591foreach (string u in _usingNS) 601if (_usingNS != null) 603_usingNS.Clear(); 3138if (_usingNS == null) 3143_usingNS.Add(clrNS);