2 writes to _rawLogRecordReceived
Microsoft.Build (2)
Logging\BinaryLogger\BinaryLogReplayEventSource.cs (2)
339
add =>
_rawLogRecordReceived
+= value;
340
remove =>
_rawLogRecordReceived
-= value;
3 references to _rawLogRecordReceived
Microsoft.Build (3)
Logging\BinaryLogger\BinaryLogReplayEventSource.cs (3)
251
if (this.
_rawLogRecordReceived
!= null)
269
if (this.
_rawLogRecordReceived
== null &&
281
_rawLogRecordReceived
?.Invoke(instance.RecordKind, instance.Stream);