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)
589
if (
_usingNS
!= null)
591
foreach (string u in
_usingNS
)
601
if (
_usingNS
!= null)
603
_usingNS
.Clear();
3138
if (
_usingNS
== null)
3143
_usingNS
.Add(clrNS);