2 instantiations of VBError
Microsoft.Build.Tasks.CodeAnalysis.Sdk (2)
src\Compilers\Core\MSBuildTask\Vbc.cs (2)
681_vbErrorLines.Enqueue(new VBError(singleLine, messageImportance)); 747_vbErrorLines.Enqueue(new VBError(singleLine, messageImportance));
5 references to VBError
Microsoft.Build.Tasks.CodeAnalysis.Sdk (5)
src\Compilers\Core\MSBuildTask\Vbc.cs (5)
36private readonly Queue<VBError> _vbErrorLines = new Queue<VBError>(); 700VBError originalVBError = _vbErrorLines.Dequeue(); 712foreach (VBError vberror in _vbErrorLines) 725foreach (VBError vberror in _vbErrorLines)