35 references to in_
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (21)
Completion\CompletionProviders\SymbolCompletionProviderTests.cs (1)
3544await VerifyItemExistsAsync(markup, "T", expectedDescriptionOrNull: $"T {FeaturesResources.in_} C<T>");
QuickInfo\SemanticQuickInfoSourceTests.cs (20)
761MainDescription($"T {FeaturesResources.in_} C<T>")); 774MainDescription($"T {FeaturesResources.in_} C<T>"), 786MainDescription($"T11 {FeaturesResources.in_} T1<T11>")); 797MainDescription($"T11 {FeaturesResources.in_} T1<T11>")); 808MainDescription($"T11 {FeaturesResources.in_} T1<T11>")); 819MainDescription($"T11 {FeaturesResources.in_} T1<T11>")); 841MainDescription($"T1 {FeaturesResources.in_} C.Meth1<T1> where T1 : struct")); 855MainDescription($"T1 {FeaturesResources.in_} C.Meth1<T1> where T1 : struct")); 869MainDescription($"T1 {FeaturesResources.in_} C.Meth1<T1> where T1 : struct")); 879MainDescription($"T {FeaturesResources.in_} C<T> where T : class")); 889MainDescription($"T {FeaturesResources.in_} S<T> where T : class")); 899MainDescription($"T {FeaturesResources.in_} I<T> where T : class")); 907MainDescription($"T {FeaturesResources.in_} D<T> where T : class")); 914MainDescription($"T {FeaturesResources.in_} C<T> where T : IEnumerable<int>")); 921MainDescription($"T {FeaturesResources.in_} C<T> where T : System.Collections.Generic.IEnumerable<int>")); 2789MainDescription($"T11 {FeaturesResources.in_} T1<T11>")); 2800MainDescription($"T1 {FeaturesResources.in_} C.Meth1<T1> where T1 : struct")); 6642MainDescription($"T {FeaturesResources.in_} X<T> where T : Enum")); 6654MainDescription($"T {FeaturesResources.in_} X<T> where T : Delegate")); 6666MainDescription($"T {FeaturesResources.in_} X<T> where T : MulticastDelegate"));
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (9)
Workspaces\SymbolDescriptionServiceTests.vb (9)
293Await TestBasicAsync(workspace, $"T {FeaturesResources.in_} Goo(Of T)") 311Await TestBasicAsync(workspace, $"T {FeaturesResources.in_} Outer(Of T)") 329Await TestBasicAsync(workspace, $"T {FeaturesResources.in_} Outer(Of T)") 742Dim expectedDescription = $"T {FeaturesResources.in_} CC(Of T As IEnumerable(Of Integer))" 752Dim expectedDescription = $"T {FeaturesResources.in_} IMyInterface(Of T As IEnumerable(Of Integer))" 761Dim expectedDescription = $"T {FeaturesResources.in_} CC(Of T As Class)" 770Dim expectedDescription = $"T {FeaturesResources.in_} CC(Of T As Structure)" 779Dim expectedDescription = $"T {FeaturesResources.in_} S(Of T As Class)" 788Dim expectedDescription = $"T {FeaturesResources.in_} CC(Of T As {{Class, IComparable, IDisposable, New}})"
Microsoft.CodeAnalysis.Features (1)
LanguageServices\SymbolDisplayService\AbstractSymbolDisplayService.AbstractSymbolDescriptionBuilder.cs (1)
735PlainText(FeaturesResources.in_),
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (4)
Completion\CompletionProviders\SymbolCompletionProviderTests.vb (1)
1549Await VerifyItemExistsAsync(test.Value, "T", $"T {FeaturesResources.in_} SomeClass(Of T)")
QuickInfo\SemanticQuickInfoSourceTests.vb (3)
322MainDescription($"T {FeaturesResources.in_} C(Of T)")) 341MainDescription($"T1 {FeaturesResources.in_} C.Meth1(Of T1)")) 353MainDescription($"T1 {FeaturesResources.in_} C.Meth1(Of T1 As Class)"))