4 references to ContentFiles
PresentationBuildTasks (4)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (1)
1100
_contentFilesCache = CompilerState.GenerateCacheForFileList(
ContentFiles
);
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (3)
485
if (ListIsNotEmpty(_mcPass1.
ContentFiles
))
489
int count = _mcPass1.
ContentFiles
.Length;
495
string fullPath = Path.GetFullPath(_mcPass1.
ContentFiles
[i].ItemSpec);