Home
last modified time | relevance | path

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

/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine/Engine/
H A DExpander.cs658 bool potentialPropertyFunction = false; in ScanForClosingParenthesis()
660 …return ScanForClosingParenthesis(expression, index, out potentialPropertyFunction, out potentialRe… in ScanForClosingParenthesis()
671 …canForClosingParenthesis(string expression, int index, out bool potentialPropertyFunction, out boo… in ScanForClosingParenthesis() argument
676 potentialPropertyFunction = false; in ScanForClosingParenthesis()
694 potentialPropertyFunction = true; in ScanForClosingParenthesis()
/dports/devel/msbuild/msbuild-0.06/src/Build/Evaluation/
H A DExpander.cs466 bool potentialPropertyFunction = false; in ScanForClosingParenthesis()
468 …return ScanForClosingParenthesis(expression, index, out potentialPropertyFunction, out potentialRe… in ScanForClosingParenthesis()
479 …canForClosingParenthesis(string expression, int index, out bool potentialPropertyFunction, out boo… in ScanForClosingParenthesis() argument
484 potentialPropertyFunction = false; in ScanForClosingParenthesis()
516 potentialPropertyFunction = true; in ScanForClosingParenthesis()