3 references to IndexOfPropertyMarker
Microsoft.Build (3)
Evaluation\Expander.PropertyExpander.cs (1)
141int markerIndex = ExpressionShredder.IndexOfPropertyMarker(expression);
Evaluation\ExpressionShredder.cs (2)
75=> IndexOfPropertyMarker(expression) >= 0; 113/// <inheritdoc cref="IndexOfPropertyMarker(string)"/>