2 instantiations of VBError
Microsoft.Build.Tasks.CodeAnalysis (2)
Vbc.cs (2)
665
_vbErrorLines.Enqueue(new
VBError
(singleLine, messageImportance));
731
_vbErrorLines.Enqueue(new
VBError
(singleLine, messageImportance));
5 references to VBError
Microsoft.Build.Tasks.CodeAnalysis (5)
Vbc.cs (5)
35
private readonly Queue<
VBError
> _vbErrorLines = new Queue<
VBError
>();
684
VBError
originalVBError = _vbErrorLines.Dequeue();
696
foreach (
VBError
vberror in _vbErrorLines)
709
foreach (
VBError
vberror in _vbErrorLines)