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)
591
if (
_usingNS
!= null)
593
foreach (string u in
_usingNS
)
603
if (
_usingNS
!= null)
605
_usingNS
.Clear();
3093
if (
_usingNS
== null)
3098
_usingNS
.Add(clrNS);