2 writes to _rawLogRecordReceived
Microsoft.Build (2)
Logging\BinaryLogger\BinaryLogReplayEventSource.cs (2)
352
add =>
_rawLogRecordReceived
+= value;
353
remove =>
_rawLogRecordReceived
-= value;
3 references to _rawLogRecordReceived
Microsoft.Build (3)
Logging\BinaryLogger\BinaryLogReplayEventSource.cs (3)
261
if (this.
_rawLogRecordReceived
!= null)
282
if (this.
_rawLogRecordReceived
== null &&
294
_rawLogRecordReceived
?.Invoke(instance.RecordKind, instance.Stream);