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