1 write to OutputPath
XamlBuildTask (1)
Microsoft\Build\Tasks\Xaml\PartialClassGenerationTask.cs (1)
360wrapper.OutputPath = this.OutputPath;
4 references to OutputPath
XamlBuildTask (4)
Microsoft\Build\Tasks\Xaml\PartialClassGenerationTaskInternal.cs (4)
82local.OutputPath = this.OutputPath; 392codeFileName = Path.Combine(this.OutputPath, codeFileName); 593if (this.OutputPath == null) 598return Path.Combine(this.OutputPath, markupItemName);