8 references to OutputPath
PresentationBuildTasks (8)
BuildTasks\Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (8)
124if (!Directory.Exists(OutputPath)) 126Directory.CreateDirectory(OutputPath); 186string stateFileName = OutputPath + AssemblyName + 189string localTypeCacheFileName = OutputPath + AssemblyName + 207string stateFileName = OutputPath + AssemblyName + 498OutputPath + AssemblyName + (TaskFileService.IsRealBuild? SharedStrings.LocalTypeCacheFile : SharedStrings.IntellisenseLocalTypeCacheFile), 664compilerWrapper.OutputPath = OutputPath; 802string bamlFile = OutputPath + bamlFileName;