13 references to OutputPath
PresentationBuildTasks (13)
BuildTasks\Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (11)
127OutputPath + AssemblyName + (TaskFileService.IsRealBuild? SharedStrings.StateFile : SharedStrings.IntellisenseStateFile), 131OutputPath + AssemblyName + (TaskFileService.IsRealBuild? SharedStrings.LocalTypeCacheFile : SharedStrings.IntellisenseLocalTypeCacheFile), 158if (!Directory.Exists(OutputPath)) 160Directory.CreateDirectory(OutputPath); 727string buildCodeFile = OutputPath + Path.ChangeExtension(relativeFilePath, buildExtension); 728string intelCodeFile = OutputPath + Path.ChangeExtension(relativeFilePath, intellisenseExtension); 736bamlFile = OutputPath + Path.ChangeExtension(relativeFilePath, SharedStrings.BamlExtension); 876return Path.Combine(OutputPath, fileName); 1247compilerWrapper.OutputPath = OutputPath; 1696locFile = OutputPath + locFile; 1831return OutputPath + AssemblyName + SharedStrings.ContentFile
BuildTasks\MS\Internal\Tasks\CompilerState.cs (1)
111OutputPath = mcPass1.OutputPath;
BuildTasks\MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (1)
111IsSettingModified(CompilerState.OutputPath, _mcPass1.OutputPath) ||