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