11 references to _vbErrorLines
Microsoft.Build.Tasks.CodeAnalysis.Sdk (11)
src\Compilers\Core\MSBuildTask\Vbc.cs (11)
651if (_vbErrorLines.Count == 0 && 671if (_vbErrorLines.Count > 0) 678_numberOfLinesInErrorMessage = _vbErrorLines.Count; 681_vbErrorLines.Enqueue(new VBError(singleLine, messageImportance)); 691_vbErrorLines.Count == _numberOfLinesInErrorMessage + 3) 700VBError originalVBError = _vbErrorLines.Dequeue(); 712foreach (VBError vberror in _vbErrorLines) 717_vbErrorLines.Clear(); 725foreach (VBError vberror in _vbErrorLines) 730_vbErrorLines.Clear(); 747_vbErrorLines.Enqueue(new VBError(singleLine, messageImportance));