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