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