13 references to OutputPath
PresentationBuildTasks (13)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (11)
104
OutputPath
+ AssemblyName + (TaskFileService.IsRealBuild? SharedStrings.StateFile : SharedStrings.IntellisenseStateFile),
108
OutputPath
+ AssemblyName + (TaskFileService.IsRealBuild? SharedStrings.LocalTypeCacheFile : SharedStrings.IntellisenseLocalTypeCacheFile),
135
if (!Directory.Exists(
OutputPath
))
137
Directory.CreateDirectory(
OutputPath
);
712
string buildCodeFile =
OutputPath
+ Path.ChangeExtension(relativeFilePath, buildExtension);
713
string intelCodeFile =
OutputPath
+ Path.ChangeExtension(relativeFilePath, intellisenseExtension);
721
bamlFile =
OutputPath
+ Path.ChangeExtension(relativeFilePath, SharedStrings.BamlExtension);
861
return Path.Combine(
OutputPath
, fileName);
1216
compilerWrapper.OutputPath =
OutputPath
;
1675
locFile =
OutputPath
+ locFile;
1802
return
OutputPath
+ AssemblyName + SharedStrings.ContentFile
MS\Internal\Tasks\CompilerState.cs (1)
102
OutputPath = mcPass1.
OutputPath
;
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (1)
102
IsSettingModified(CompilerState.OutputPath, _mcPass1.
OutputPath
) ||