2 writes to _usingNS
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
603
_usingNS
= null;
3138
_usingNS
= new ArrayList();
6 references to _usingNS
PresentationBuildTasks (6)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (6)
588
if (
_usingNS
!= null)
590
foreach (string u in
_usingNS
)
600
if (
_usingNS
!= null)
602
_usingNS
.Clear();
3136
if (
_usingNS
== null)
3141
_usingNS
.Add(clrNS);