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