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