1 write to _expectationCountMap
Microsoft.VisualStudio.LanguageServices.Test.Utilities2 (1)
PropertyChangedTestMonitor.vb (1)
21_expectationCountMap = New Dictionary(Of String, Integer)
7 references to _expectationCountMap
Microsoft.VisualStudio.LanguageServices.Test.Utilities2 (7)
PropertyChangedTestMonitor.vb (7)
29If _expectationCountMap.ContainsKey(propertyName) Then 30_expectationCountMap(propertyName) += count 32_expectationCountMap(propertyName) = count 37If _expectationCountMap.ContainsKey(e.PropertyName) Then 38_expectationCountMap(e.PropertyName) -= 1 39If _expectationCountMap(e.PropertyName) < 0 AndAlso strict Then 48For Each failureCase In _expectationCountMap.Where(Function(e) e.Value > 0)