1 write to rootNamespace
XamlBuildTask (1)
Microsoft\Build\Tasks\Xaml\ClassImporter.cs (1)
32this.rootNamespace = rootNamespace;
5 references to rootNamespace
XamlBuildTask (5)
Microsoft\Build\Tasks\Xaml\ClassImporter.cs (5)
56RootNamespace = this.rootNamespace 225if (!string.IsNullOrEmpty(this.rootNamespace)) 230@namespace = this.rootNamespace + "." + @namespace; 234@namespace = this.rootNamespace; 404attribute = AttributeData.LoadAttributeData(reader.ReadSubtree(), this.namespaceTable, this.rootNamespace);