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