4 writes to _environmentProperties
Microsoft.Build (4)
BackEnd\BuildManager\BuildParameters.cs (4)
288
_environmentProperties
= other._environmentProperties != null ? new PropertyDictionary<ProjectPropertyInstance>(other._environmentProperties) : null;
738
_environmentProperties
= value;
931
translator.TranslateProjectPropertyInstanceDictionary(ref
_environmentProperties
);
1016
_environmentProperties
= environmentProperties;
5 references to _environmentProperties
Microsoft.Build (5)
BackEnd\BuildManager\BuildParameters.cs (5)
288
_environmentProperties = other.
_environmentProperties
!= null ? new PropertyDictionary<ProjectPropertyInstance>(other.
_environmentProperties
) : null;
450
return new ReadOnlyConvertingDictionary<string, ProjectPropertyInstance, string>(
_environmentProperties
,
733
get =>
_environmentProperties
;
1044
_toolsetProvider = new ToolsetProvider(DefaultToolsVersion,
_environmentProperties
, _globalProperties, ToolsetDefinitionLocations);