4 implementations of SdkResolvedEnvironmentVariablePropertiesDictionary
Microsoft.Build (4)
Definition\Project.cs (1)
4283
public PropertyDictionary<ProjectPropertyInstance>
SdkResolvedEnvironmentVariablePropertiesDictionary
{ get; private set; }
Evaluation\LazyItemEvaluator.EvaluatorData.cs (1)
140
public PropertyDictionary<ProjectPropertyInstance>
SdkResolvedEnvironmentVariablePropertiesDictionary
=> _wrappedData.SdkResolvedEnvironmentVariablePropertiesDictionary;
Evaluation\PropertyTrackingEvaluatorDataWrapper.cs (1)
158
public PropertyDictionary<ProjectPropertyInstance>
SdkResolvedEnvironmentVariablePropertiesDictionary
=> _wrapped.SdkResolvedEnvironmentVariablePropertiesDictionary;
Instance\ProjectInstance.cs (1)
1383
PropertyDictionary<ProjectPropertyInstance> IEvaluatorData<ProjectPropertyInstance, ProjectItemInstance, ProjectMetadataInstance, ProjectItemDefinitionInstance>.
SdkResolvedEnvironmentVariablePropertiesDictionary
3 references to SdkResolvedEnvironmentVariablePropertiesDictionary
Microsoft.Build (3)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (1)
1133
if (project.
SdkResolvedEnvironmentVariablePropertiesDictionary
is PropertyDictionary<ProjectPropertyInstance> environmentProperties)
Evaluation\LazyItemEvaluator.EvaluatorData.cs (1)
140
public PropertyDictionary<ProjectPropertyInstance> SdkResolvedEnvironmentVariablePropertiesDictionary => _wrappedData.
SdkResolvedEnvironmentVariablePropertiesDictionary
;
Evaluation\PropertyTrackingEvaluatorDataWrapper.cs (1)
158
public PropertyDictionary<ProjectPropertyInstance> SdkResolvedEnvironmentVariablePropertiesDictionary => _wrapped.
SdkResolvedEnvironmentVariablePropertiesDictionary
;