2 writes to loggingContext
Microsoft.Build (2)
Evaluation\Expander.cs (1)
1573environmentDerivedProperty.loggingContext = loggingContext;
Instance\ProjectPropertyInstance.cs (1)
349this.loggingContext = loggingContext;
3 references to loggingContext
Microsoft.Build (3)
Instance\ProjectPropertyInstance.cs (3)
92if (this is EnvironmentDerivedProjectPropertyInstance envProperty && envProperty.loggingContext?.IsValid == true && !envProperty._loggedEnvProperty && !Traits.LogAllEnvironmentVariables) 95args.BuildEventContext = envProperty.loggingContext.BuildEventContext; 96envProperty.loggingContext.LogBuildEvent(args);