Home
last modified time | relevance | path

Searched refs:_projectSupportsReturnsAttribute (Results 1 – 1 of 1) sorted by relevance

/dports/devel/msbuild/msbuild-0.06/src/Build/Evaluation/
H A DEvaluator.cs145 … private readonly Dictionary<ProjectRootElement, NGen<bool>> _projectSupportsReturnsAttribute; field in Microsoft.Build.Evaluation.P
242 _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()