Searched refs:_projectSupportsReturnsAttribute (Results 1 – 1 of 1) sorted by relevance
145 … private readonly Dictionary<ProjectRootElement, NGen<bool>> _projectSupportsReturnsAttribute; field in Microsoft.Build.Evaluation.P242 _projectSupportsReturnsAttribute = new Dictionary<ProjectRootElement, NGen<bool>>(); in Evaluator()980 if (_projectSupportsReturnsAttribute.ContainsKey(currentProjectOrImport)) in PerformDepthFirstPass()982 … _projectSupportsReturnsAttribute[currentProjectOrImport] |= (target.Returns != null); in PerformDepthFirstPass()986 … _projectSupportsReturnsAttribute[currentProjectOrImport] = (target.Returns != null); in PerformDepthFirstPass()1170 …targetInstance = ReadNewTargetElement(targetElement, _projectSupportsReturnsAttribute[(ProjectRoot… in ReadTargetElement()