13 references to OutputPath
PresentationBuildTasks (13)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (11)
105OutputPath + AssemblyName + (TaskFileService.IsRealBuild? SharedStrings.StateFile : SharedStrings.IntellisenseStateFile), 109OutputPath + AssemblyName + (TaskFileService.IsRealBuild? SharedStrings.LocalTypeCacheFile : SharedStrings.IntellisenseLocalTypeCacheFile), 136if (!Directory.Exists(OutputPath)) 138Directory.CreateDirectory(OutputPath); 713string buildCodeFile = OutputPath + Path.ChangeExtension(relativeFilePath, buildExtension); 714string intelCodeFile = OutputPath + Path.ChangeExtension(relativeFilePath, intellisenseExtension); 722bamlFile = OutputPath + Path.ChangeExtension(relativeFilePath, SharedStrings.BamlExtension); 862return Path.Combine(OutputPath, fileName); 1217compilerWrapper.OutputPath = OutputPath; 1676locFile = OutputPath + locFile; 1803return OutputPath + AssemblyName + SharedStrings.ContentFile
MS\Internal\Tasks\CompilerState.cs (1)
103OutputPath = mcPass1.OutputPath;
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (1)
103IsSettingModified(CompilerState.OutputPath, _mcPass1.OutputPath) ||