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)
35private readonly Queue<VBError> _vbErrorLines = new Queue<VBError>(); 684VBError originalVBError = _vbErrorLines.Dequeue(); 696foreach (VBError vberror in _vbErrorLines) 709foreach (VBError vberror in _vbErrorLines)