1 override of IsEnvironmentProperty
Microsoft.Build.Engine.OM.UnitTests (1)
ObjectModelRemoting\RemoteProjectsProviderMock\EvaluationLinkMocks\MockProjectPropertyLink.cs (1)
52
public override bool
IsEnvironmentProperty
=> this.Proxy.IsEnvironmentProperty;
1 reference to IsEnvironmentProperty
Microsoft.Build (1)
ObjectModelRemoting\LinkedObjectFactory.cs (1)
347
public override bool IsEnvironmentProperty => Link.
IsEnvironmentProperty
;