Implemented interface member:
method
GetProperty
Microsoft.Build.Evaluation.IPropertyProvider<T>.GetProperty(System.String)
2 references to GetProperty
Microsoft.Build (2)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (2)
1326
if (string.Equals(lookup.
GetProperty
(key)?.EvaluatedValue, "true", StringComparison.OrdinalIgnoreCase))
1333
if (string.Equals(lookup.
GetProperty
(metadataKey)?.EvaluatedValue, "true", StringComparison.OrdinalIgnoreCase))