1 override of GlobalPropertiesContains
Microsoft.Build (1)
Definition\Project.cs (1)
2106
public override bool
GlobalPropertiesContains
(string key)
2 references to GlobalPropertiesContains
Microsoft.Build (2)
Definition\Project.cs (2)
609
internal bool GlobalPropertiesContains(string key) => implementation.
GlobalPropertiesContains
(key);
2102
/// See <see cref="ProjectLink.
GlobalPropertiesContains
(string)"/>.