2 writes to _usingNS
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
591_usingNS = null; 3125_usingNS = new ArrayList();
5 references to _usingNS
PresentationBuildTasks (5)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (5)
578if (_usingNS != null) 580foreach (string u in _usingNS) 590_usingNS?.Clear(); 3123if (_usingNS == null) 3128_usingNS.Add(clrNS);