1 write to _buildEventsProcessor
Microsoft.Build (1)
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (1)
79
_buildEventsProcessor
= new(_buildCheckCentralContext);
10 references to _buildEventsProcessor
Microsoft.Build (10)
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (10)
453
_buildEventsProcessor
.ProcessProjectImportedEventArgs(checkContext, projectPath,
459
_buildEventsProcessor
469
_buildEventsProcessor
.ProcessEnvironmentVariableReadEventArgs(
492
=>
_buildEventsProcessor
496
=>
_buildEventsProcessor
.ProcessBuildDone(checkContext);
501
=>
_buildEventsProcessor
507
=>
_buildEventsProcessor
712
_buildEventsProcessor
.ProcessProjectDone(checkContext, projectFullPath);
728
_buildEventsProcessor
.ProcessPropertyRead(propertyReadData, checkContext);
745
_buildEventsProcessor
.ProcessPropertyWrite(propertyWriteData, checkContext);