Base:
property
IsGlobalProperty
Microsoft.Build.Evaluation.ProjectProperty.IsGlobalProperty
2 references to IsGlobalProperty
Microsoft.Build (2)
Definition\ProjectProperty.cs (2)
592
ErrorUtilities.VerifyThrowInvalidOperation(!
IsGlobalProperty
, "OM_GlobalProperty", _name);
615
get { return !
IsGlobalProperty
&& !IsReservedProperty; }