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