3 references to GetErrorCount
Microsoft.VisualStudio.IntegrationTest.Utilities (3)
InProcess\ErrorList_InProc.cs (2)
26
while (
GetErrorCount
() != 0)
58
return
GetErrorCount
(minimumSeverity);
OutOfProcess\ErrorList_OutOfProc.cs (1)
25
=> _inProc.
GetErrorCount
();