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)
578
if (
_usingNS
!= null)
580
foreach (string u in
_usingNS
)
590
_usingNS
?.Clear();
3123
if (
_usingNS
== null)
3128
_usingNS
.Add(clrNS);