1 write to _buildEventsProcessor
Microsoft.Build (1)
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (1)
78
_buildEventsProcessor
= new(_buildCheckCentralContext);
10 references to _buildEventsProcessor
Microsoft.Build (10)
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (10)
419
_buildEventsProcessor
.ProcessProjectImportedEventArgs(checkContext, projectPath,
425
_buildEventsProcessor
435
_buildEventsProcessor
.ProcessEnvironmentVariableReadEventArgs(
458
=>
_buildEventsProcessor
462
=>
_buildEventsProcessor
.ProcessBuildDone(checkContext);
467
=>
_buildEventsProcessor
473
=>
_buildEventsProcessor
674
_buildEventsProcessor
.ProcessProjectDone(checkContext, projectFullPath);
690
_buildEventsProcessor
.ProcessPropertyRead(propertyReadData, checkContext);
707
_buildEventsProcessor
.ProcessPropertyWrite(propertyWriteData, checkContext);