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