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