1 instantiation of EnvironmentDerivedProjectProperty
Microsoft.Build (1)
Definition\ProjectProperty.cs (1)
281
return !isGlobalProperty && !mayBeReserved ? new
EnvironmentDerivedProjectProperty
(project, name, evaluatedValueEscaped, isGlobalProperty, mayBeReserved, loggingContext) :
2 references to EnvironmentDerivedProjectProperty
Microsoft.Build (2)
Definition\ProjectProperty.cs (2)
106
if (this is
EnvironmentDerivedProjectProperty
environmentProperty && environmentProperty.loggingContext is { IsValid: true } loggingContext && !environmentProperty._loggedEnvProperty && !Traits.LogAllEnvironmentVariables)
125
if (this is
EnvironmentDerivedProjectProperty
environmentProperty && environmentProperty.loggingContext is { IsValid: true } loggingContext && !environmentProperty._loggedEnvProperty && !Traits.LogAllEnvironmentVariables)