1 write to RootNamespace
XamlBuildTask (1)
Microsoft\Build\Tasks\Xaml\PartialClassGenerationTask.cs (1)
361wrapper.RootNamespace = this.RootNamespace;
2 references to RootNamespace
XamlBuildTask (2)
Microsoft\Build\Tasks\Xaml\PartialClassGenerationTaskInternal.cs (2)
83local.RootNamespace = this.RootNamespace; 647ClassImporter importer = new ClassImporter(xamlFileName, this.AssemblyName, this.Language.Equals("VB") ? this.RootNamespace : null);