13 references to OutputPath
PresentationBuildTasks (13)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (11)
118OutputPath + AssemblyName + (TaskFileService.IsRealBuild? SharedStrings.StateFile : SharedStrings.IntellisenseStateFile), 122OutputPath + AssemblyName + (TaskFileService.IsRealBuild? SharedStrings.LocalTypeCacheFile : SharedStrings.IntellisenseLocalTypeCacheFile), 149if (!Directory.Exists(OutputPath)) 151Directory.CreateDirectory(OutputPath); 728string buildCodeFile = OutputPath + Path.ChangeExtension(relativeFilePath, buildExtension); 729string intelCodeFile = OutputPath + Path.ChangeExtension(relativeFilePath, intellisenseExtension); 737bamlFile = OutputPath + Path.ChangeExtension(relativeFilePath, SharedStrings.BamlExtension); 877return Path.Combine(OutputPath, fileName); 1232compilerWrapper.OutputPath = OutputPath; 1687locFile = OutputPath + locFile; 1822return OutputPath + AssemblyName + SharedStrings.ContentFile
MS\Internal\Tasks\CompilerState.cs (1)
106OutputPath = mcPass1.OutputPath;
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (1)
107IsSettingModified(CompilerState.OutputPath, _mcPass1.OutputPath) ||