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");