2 writes to loggingContext
Microsoft.Build (2)
Evaluation\Expander.cs (1)
1583
environmentDerivedProperty.
loggingContext
= propertiesUseTracker.LoggingContext;
Instance\ProjectPropertyInstance.cs (1)
376
this.
loggingContext
= loggingContext;
6 references to loggingContext
Microsoft.Build (6)
Instance\ProjectPropertyInstance.cs (6)
102
if (this is EnvironmentDerivedProjectPropertyInstance envProperty && envProperty.
loggingContext
?.IsValid == true && !envProperty._loggedEnvProperty && !Traits.LogAllEnvironmentVariables)
105
args.BuildEventContext = envProperty.
loggingContext
.BuildEventContext;
106
envProperty.
loggingContext
.LogBuildEvent(args);
116
if (this is EnvironmentDerivedProjectPropertyInstance envProperty && envProperty.
loggingContext
?.IsValid == true && !envProperty._loggedEnvProperty && !Traits.LogAllEnvironmentVariables)
119
args.BuildEventContext = envProperty.
loggingContext
.BuildEventContext;
120
envProperty.
loggingContext
.LogBuildEvent(args);