11 references to _unsuccessfullyCreatedOutFiles
Microsoft.Build.Tasks.Core (11)
GenerateResource.cs (11)
849_unsuccessfullyCreatedOutFiles.Add(item); 1172_unsuccessfullyCreatedOutFiles.Add(outputFile.ItemSpec); 1210_unsuccessfullyCreatedOutFiles.Add(outputFile.ItemSpec); 1288_unsuccessfullyCreatedOutFiles.Add(outputFile.ItemSpec); 1411_unsuccessfullyCreatedOutFiles.Add(OutputResources[i].ItemSpec); 1643_unsuccessfullyCreatedOutFiles.Add(OutputResources[0].ItemSpec); 2096if (_unsuccessfullyCreatedOutFiles == null || 2097_unsuccessfullyCreatedOutFiles.Count == 0) 2105ITaskItem[] temp = new ITaskItem[OutputResources.Length - _unsuccessfullyCreatedOutFiles.Count]; 2111if (removed < _unsuccessfullyCreatedOutFiles.Count && 2112_unsuccessfullyCreatedOutFiles.Contains(OutputResources[i].ItemSpec))