26 references to CheckEntry
Microsoft.VisualStudio.LanguageServices.IntegrationTests (26)
VisualBasic\BasicEditAndContinue.cs (5)
239VisualStudio.LocalsWindow.Verify.CheckEntry("goo", "Single", "10"); 271VisualStudio.LocalsWindow.Verify.CheckEntry("bar", "Decimal", "0"); 272VisualStudio.LocalsWindow.Verify.CheckEntry("moo", "Long", "5"); 273VisualStudio.LocalsWindow.Verify.CheckEntry("iInt", "Integer", "30"); 274VisualStudio.LocalsWindow.Verify.CheckEntry("lLng", "Long", "444");
VisualBasic\BasicExpressionEvaluator.cs (21)
78VisualStudio.LocalsWindow.Verify.CheckEntry("mySByte", "SByte", "64"); 79VisualStudio.LocalsWindow.Verify.CheckEntry("myShort", "Short", "16384"); 80VisualStudio.LocalsWindow.Verify.CheckEntry("myInt", "Integer", "1073741824"); 81VisualStudio.LocalsWindow.Verify.CheckEntry("myLong", "Long", "4611686018427387904"); 82VisualStudio.LocalsWindow.Verify.CheckEntry("myByte", "Byte", "128"); 83VisualStudio.LocalsWindow.Verify.CheckEntry("myUShort", "UShort", "32768"); 84VisualStudio.LocalsWindow.Verify.CheckEntry("myUInt", "UInteger", "2147483648"); 85VisualStudio.LocalsWindow.Verify.CheckEntry("myULong", "ULong", "9223372036854775808"); 86VisualStudio.LocalsWindow.Verify.CheckEntry("myFloat", "Single", "1.70141173E+38"); 87VisualStudio.LocalsWindow.Verify.CheckEntry("myDouble", "Double", "8.9884656743115785E+307"); 88VisualStudio.LocalsWindow.Verify.CheckEntry("myDecimal", "Decimal", "39614081257132168796771975168"); 89VisualStudio.LocalsWindow.Verify.CheckEntry("myChar", "Char", "\"A\"c"); 90VisualStudio.LocalsWindow.Verify.CheckEntry("myBool", "Boolean", "True"); 91VisualStudio.LocalsWindow.Verify.CheckEntry("myObject", "Object", "Nothing"); 92VisualStudio.LocalsWindow.Verify.CheckEntry("myString", "String", "\"\""); 93VisualStudio.LocalsWindow.Verify.CheckEntry("myValueType", "System.ValueType {Short}", "16384"); 94VisualStudio.LocalsWindow.Verify.CheckEntry("myEnum", "System.Enum", "Nothing"); 95VisualStudio.LocalsWindow.Verify.CheckEntry("myArray", "System.Array", "Nothing"); 96VisualStudio.LocalsWindow.Verify.CheckEntry("myDelegate", "System.Delegate", "Nothing"); 97VisualStudio.LocalsWindow.Verify.CheckEntry("myMulticastDelegate", "System.MulticastDelegate", "Nothing"); 152VisualStudio.LocalsWindow.Verify.CheckEntry("Type variables", "", "");