Completion\CompletionProviders\ExtensionMethodImportCompletionProviderTests.vb (11)
32Return (New ReferenceType() {ReferenceType.None, ReferenceType.Project, ReferenceType.Metadata}).Select(Function(refType)
40ElseIf refType = ReferenceType.Project Then
50<InlineData(ReferenceType.Project)>
117<InlineData(ReferenceType.Project)>
155<InlineData(ReferenceType.Project)>
194<InlineData(ReferenceType.Project)>
229<InlineData(ReferenceType.Project)>
263<InlineData(ReferenceType.Project, "()", "ExtentionMethod2")>
264<InlineData(ReferenceType.Project, "()()", "ExtentionMethod3")>
265<InlineData(ReferenceType.Project, "(,)", "ExtentionMethod4")>
266<InlineData(ReferenceType.Project, "()(,)", "ExtentionMethod5")>