4 references to EnvironmentProperty
Microsoft.Build.Engine (4)
Properties\BuildProperty.cs (1)
406ErrorUtilities.VerifyThrowInvalidOperation(this.type != PropertyType.EnvironmentProperty,
Properties\BuildPropertyGroup.cs (3)
1313environmentVariable.Value.ToString(), PropertyType.EnvironmentProperty)); 1347SetProperty(new BuildProperty(ReservedPropertyNames.extensionsPath32, extensionsPath32, PropertyType.EnvironmentProperty)); 1365SetProperty(new BuildProperty(ReservedPropertyNames.extensionsPath, extensionsPath, PropertyType.EnvironmentProperty));