13 references to OutputPath
PresentationBuildTasks (13)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (11)
109OutputPath + AssemblyName + (TaskFileService.IsRealBuild? SharedStrings.StateFile : SharedStrings.IntellisenseStateFile), 113OutputPath + AssemblyName + (TaskFileService.IsRealBuild? SharedStrings.LocalTypeCacheFile : SharedStrings.IntellisenseLocalTypeCacheFile), 140if (!Directory.Exists(OutputPath)) 142Directory.CreateDirectory(OutputPath); 719string buildCodeFile = OutputPath + Path.ChangeExtension(relativeFilePath, buildExtension); 720string intelCodeFile = OutputPath + Path.ChangeExtension(relativeFilePath, intellisenseExtension); 728bamlFile = OutputPath + Path.ChangeExtension(relativeFilePath, SharedStrings.BamlExtension); 868return Path.Combine(OutputPath, fileName); 1223compilerWrapper.OutputPath = OutputPath; 1678locFile = OutputPath + locFile; 1805return OutputPath + AssemblyName + SharedStrings.ContentFile
MS\Internal\Tasks\CompilerState.cs (1)
103OutputPath = mcPass1.OutputPath;
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (1)
103IsSettingModified(CompilerState.OutputPath, _mcPass1.OutputPath) ||