2 writes to rootLevelPrefixes
System.Activities (2)
System\Activities\XamlIntegration\ActivityBuilderXamlWriter.cs (2)
338
this.
rootLevelPrefixes
= new HashSet<string>();
425
this.
rootLevelPrefixes
= null; // not needed anymore
3 references to rootLevelPrefixes
System.Activities (3)
System\Activities\XamlIntegration\ActivityBuilderXamlWriter.cs (3)
336
if (this.
rootLevelPrefixes
== null)
340
this.
rootLevelPrefixes
.Add(namespaceDeclaration.Prefix);
439
if (!this.
rootLevelPrefixes
.Contains(alias))