internal PowerShellChannelWriter(PowerShellTraceChannel traceChannel, PowerShellTraceKeywords keywords) { _traceChannel = traceChannel; _keywords = keywords; }
internal PowerShellChannelWriter(PowerShellTraceChannel traceChannel, PowerShellTraceKeywords keywords) { this._traceChannel = traceChannel; this._keywords = keywords; }