11 references to _vbErrorLines
Microsoft.Build.Tasks.CodeAnalysis (11)
Vbc.cs (11)
635
if (
_vbErrorLines
.Count == 0 &&
655
if (
_vbErrorLines
.Count > 0)
662
_numberOfLinesInErrorMessage =
_vbErrorLines
.Count;
665
_vbErrorLines
.Enqueue(new VBError(singleLine, messageImportance));
675
_vbErrorLines
.Count == _numberOfLinesInErrorMessage + 3)
684
VBError originalVBError =
_vbErrorLines
.Dequeue();
696
foreach (VBError vberror in
_vbErrorLines
)
701
_vbErrorLines
.Clear();
709
foreach (VBError vberror in
_vbErrorLines
)
714
_vbErrorLines
.Clear();
731
_vbErrorLines
.Enqueue(new VBError(singleLine, messageImportance));