13 references to OutputPath
PresentationBuildTasks (13)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (11)
105
OutputPath
+ AssemblyName + (TaskFileService.IsRealBuild? SharedStrings.StateFile : SharedStrings.IntellisenseStateFile),
109
OutputPath
+ AssemblyName + (TaskFileService.IsRealBuild? SharedStrings.LocalTypeCacheFile : SharedStrings.IntellisenseLocalTypeCacheFile),
136
if (!Directory.Exists(
OutputPath
))
138
Directory.CreateDirectory(
OutputPath
);
713
string buildCodeFile =
OutputPath
+ Path.ChangeExtension(relativeFilePath, buildExtension);
714
string intelCodeFile =
OutputPath
+ Path.ChangeExtension(relativeFilePath, intellisenseExtension);
722
bamlFile =
OutputPath
+ Path.ChangeExtension(relativeFilePath, SharedStrings.BamlExtension);
862
return Path.Combine(
OutputPath
, fileName);
1217
compilerWrapper.OutputPath =
OutputPath
;
1676
locFile =
OutputPath
+ locFile;
1803
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
) ||