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)
451
_buildEventsProcessor
.ProcessProjectImportedEventArgs(checkContext, projectPath,
457
_buildEventsProcessor
467
_buildEventsProcessor
.ProcessEnvironmentVariableReadEventArgs(
490
=>
_buildEventsProcessor
494
=>
_buildEventsProcessor
.ProcessBuildDone(checkContext);
499
=>
_buildEventsProcessor
505
=>
_buildEventsProcessor
710
_buildEventsProcessor
.ProcessProjectDone(checkContext, projectFullPath);
726
_buildEventsProcessor
.ProcessPropertyRead(propertyReadData, checkContext);
743
_buildEventsProcessor
.ProcessPropertyWrite(propertyWriteData, checkContext);