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