11 references to _vbErrorLines
Microsoft.Build.Tasks.CodeAnalysis (11)
src\Compilers\Core\MSBuildTask\Vbc.cs (11)
642if (_vbErrorLines.Count == 0 && 662if (_vbErrorLines.Count > 0) 669_numberOfLinesInErrorMessage = _vbErrorLines.Count; 672_vbErrorLines.Enqueue(new VBError(singleLine, messageImportance)); 682_vbErrorLines.Count == _numberOfLinesInErrorMessage + 3) 691VBError originalVBError = _vbErrorLines.Dequeue(); 703foreach (VBError vberror in _vbErrorLines) 708_vbErrorLines.Clear(); 716foreach (VBError vberror in _vbErrorLines) 721_vbErrorLines.Clear(); 738_vbErrorLines.Enqueue(new VBError(singleLine, messageImportance));