1 write to _loggingContext
Microsoft.Build (1)
Instance\ProjectInstance.cs (1)
3103_loggingContext = new GenericLoggingContext(loggingService, buildEventContext);
4 references to _loggingContext
Microsoft.Build (4)
Instance\ProjectInstance.cs (4)
1910_loggingContext?.ProcessPropertyRead( 1932_loggingContext?.ProcessPropertyWrite(new PropertyWriteInfo(name, false, ElementLocation.EmptyLocation)); 2238Expander<ProjectPropertyInstance, ProjectItemInstance> expander = new Expander<ProjectPropertyInstance, ProjectItemInstance>(this, this, FileSystems.Default, _loggingContext); 2256Expander<ProjectPropertyInstance, ProjectItemInstance> expander = new Expander<ProjectPropertyInstance, ProjectItemInstance>(this, this, FileSystems.Default, _loggingContext);