4 implementations of GlobalPropertiesToTreatAsLocal
Microsoft.Build (4)
Definition\Project.cs (1)
4081
public ISet<string>
GlobalPropertiesToTreatAsLocal
=> _globalPropertiesToTreatAsLocal ?? (_globalPropertiesToTreatAsLocal =
Evaluation\LazyItemEvaluator.EvaluatorData.cs (1)
99
public ISet<string>
GlobalPropertiesToTreatAsLocal
=> _wrappedData.GlobalPropertiesToTreatAsLocal;
Evaluation\PropertyTrackingEvaluatorDataWrapper.cs (1)
145
public ISet<string>
GlobalPropertiesToTreatAsLocal
=> _wrapped.GlobalPropertiesToTreatAsLocal;
Instance\ProjectInstance.cs (1)
1448
ISet<string> IEvaluatorData<ProjectPropertyInstance, ProjectItemInstance, ProjectMetadataInstance, ProjectItemDefinitionInstance>.
GlobalPropertiesToTreatAsLocal
4 references to GlobalPropertiesToTreatAsLocal
Microsoft.Build (4)
Evaluation\Evaluator.cs (2)
886
_data.
GlobalPropertiesToTreatAsLocal
.Add(propertyName);
1303
!_data.
GlobalPropertiesToTreatAsLocal
.Contains(propertyElement.Name))
Evaluation\LazyItemEvaluator.EvaluatorData.cs (1)
99
public ISet<string> GlobalPropertiesToTreatAsLocal => _wrappedData.
GlobalPropertiesToTreatAsLocal
;
Evaluation\PropertyTrackingEvaluatorDataWrapper.cs (1)
145
public ISet<string> GlobalPropertiesToTreatAsLocal => _wrapped.
GlobalPropertiesToTreatAsLocal
;