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));
2238
Expander<ProjectPropertyInstance, ProjectItemInstance> expander = new Expander<ProjectPropertyInstance, ProjectItemInstance>(this, this, FileSystems.Default,
_loggingContext
);
2256
Expander<ProjectPropertyInstance, ProjectItemInstance> expander = new Expander<ProjectPropertyInstance, ProjectItemInstance>(this, this, FileSystems.Default,
_loggingContext
);