1 write to _loggingContext
Microsoft.Build (1)
Instance\ProjectInstance.cs (1)
3207
_loggingContext
= new GenericLoggingContext(loggingService, buildEventContext);
6 references to _loggingContext
Microsoft.Build (6)
Instance\ProjectInstance.cs (6)
1414
.SetProperty(name, value, isGlobalProperty: false, mayBeReserved: false, loggingContext:
_loggingContext
, isEnvironmentVariable: true, isCommandLineProperty: false);
1426
_loggingContext
.LogComment(MessageImportance.Low, messageResourceName, name, attemptedValue, existingProperty.EvaluatedValue);
2002
_loggingContext
?.ProcessPropertyRead(
2024
_loggingContext
?.ProcessPropertyWrite(new PropertyWriteInfo(name, false, ElementLocation.EmptyLocation));
2330
Expander<ProjectPropertyInstance, ProjectItemInstance> expander = new Expander<ProjectPropertyInstance, ProjectItemInstance>(this, this, FileSystems.Default,
_loggingContext
);
2348
Expander<ProjectPropertyInstance, ProjectItemInstance> expander = new Expander<ProjectPropertyInstance, ProjectItemInstance>(this, this, FileSystems.Default,
_loggingContext
);