14 references to Type
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (7)
AutomaticCompletion\AutomaticBraceCompletionTests.cs (1)
1282Type(session.Session, "dd");
AutomaticCompletion\AutomaticLessAndGreaterThanCompletionTests.cs (6)
178Type(session.Session, "int"); 193Type(session.Session, "T"); 208Type(session.Session, "int"); 228Type(session.Session, "int"); 325Type(session.Session, "int"); 410Type(session.Session, "int");
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (3)
AutomaticCompletion\AbstractAutomaticBraceCompletionTests.cs (3)
30Type(session, session.OpeningBrace.ToString()); 82Type(session, Environment.NewLine); 105Type(session, Environment.NewLine);
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (4)
AutomaticCompletion\AutomaticBracketCompletionTests.vb (2)
84Type(session.Session, "'") 100Type(session.Session, "'")
AutomaticCompletion\AutomaticParenthesesCompletion.vb (2)
318Type(session.Session, "0") 351Type(session.Session, """a""")