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