1 write to AssemblyName
XamlBuildTask (1)
Microsoft\Build\Tasks\Xaml\PartialClassGenerationTask.cs (1)
359wrapper.AssemblyName = this.AssemblyName;
5 references to AssemblyName
XamlBuildTask (5)
Microsoft\Build\Tasks\Xaml\PartialClassGenerationTaskInternal.cs (5)
79local.AssemblyName = this.AssemblyName; 391string codeFileName = "_" + this.AssemblyName + GetGeneratedSourceExtension(codeDomProvider); 482if (!string.IsNullOrEmpty(this.AssemblyName)) 647ClassImporter importer = new ClassImporter(xamlFileName, this.AssemblyName, this.Language.Equals("VB") ? this.RootNamespace : null); 683return validator.ValidateXaml(xamlReader, true, this.AssemblyName, out validationErrors);