3 overrides of IsEnvironmentProperty
Microsoft.Build (3)
Definition\ProjectProperty.cs (2)
416
public override bool
IsEnvironmentProperty
613
public override bool
IsEnvironmentProperty
ObjectModelRemoting\LinkedObjectFactory.cs (1)
347
public override bool
IsEnvironmentProperty
=> Link.IsEnvironmentProperty;
4 references to IsEnvironmentProperty
Microsoft.Build (4)
Definition\Project.cs (1)
2945
if (property?.
IsEnvironmentProperty
== false &&
Evaluation\Evaluator.cs (1)
845
(p is ProjectProperty pp && pp.
IsEnvironmentProperty
)) &&
Instance\ProjectInstance.cs (1)
3158
property.
IsEnvironmentProperty
);
ObjectModelRemoting\DefinitionObjectsLinks\ProjectPropertyLink.cs (1)
42
/// Access to remote <see cref="ProjectProperty.
IsEnvironmentProperty
"/>.