51 references to is_
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (49)
Completion\CompletionProviders\SymbolCompletionProviderTests.cs (1)
4429
'a {{FeaturesResources.
is_
}} new { }
QuickInfo\SemanticQuickInfoSourceTests.cs (46)
707
T {FeaturesResources.
is_
} string
721
T {FeaturesResources.
is_
} int
743
TKey {FeaturesResources.
is_
} int
745
$"TValue {FeaturesResources.
is_
} string")));
760
TKey {FeaturesResources.
is_
} T
762
$"TValue {FeaturesResources.
is_
} U")));
776
T {FeaturesResources.
is_
} int
857
T {FeaturesResources.
is_
} int
1708
TResult {FeaturesResources.
is_
} int
1797
TResult {FeaturesResources.
is_
} int
1827
T {FeaturesResources.
is_
} byte
1837
T {FeaturesResources.
is_
} byte
1852
T {FeaturesResources.
is_
} byte
1862
T {FeaturesResources.
is_
} byte
1877
T {FeaturesResources.
is_
} byte
1887
T {FeaturesResources.
is_
} byte
1910
T {FeaturesResources.
is_
} byte
1924
T {FeaturesResources.
is_
} byte
2869
T {FeaturesResources.
is_
} int
2892
T {FeaturesResources.
is_
} int
2894
$"U {FeaturesResources.
is_
} string")));
3105
T {FeaturesResources.
is_
} int
3107
$"TResult {FeaturesResources.
is_
} string")));
3804
'a {{FeaturesResources.
is_
}} new { int i, bool j }
4378
'a {{FeaturesResources.
is_
}} new { }
4398
'a {{FeaturesResources.
is_
}} new { string Name, 'b Address }
4399
'b {{FeaturesResources.
is_
}} new { string Street, string Zip }
4415
'a {{FeaturesResources.
is_
}} new { string Name, 'b Address }
4416
'b {{FeaturesResources.
is_
}} new { string Street, string Zip }
4443
'a {{FeaturesResources.
is_
}} new { int N }
8694
T {FeaturesResources.
is_
} int
8695
TResult {FeaturesResources.
is_
} string
8745
'a {FeaturesResources.
is_
} delegate string (ref int arg)
8768
'a {FeaturesResources.
is_
} delegate string (ref int arg)
8791
'a {FeaturesResources.
is_
} delegate int (int arg = 42)
8870
'a {FeaturesResources.
is_
} delegate int (params int[] arg)
8941
'a {FeaturesResources.
is_
} (int x, string y)
8972
'a {FeaturesResources.
is_
} (int x, string y)
8973
'b {FeaturesResources.
is_
} (int a, string b)
8991
'a {FeaturesResources.
is_
} (int x, string y)
8992
'b {FeaturesResources.
is_
} (int a, string b)
9011
'a {FeaturesResources.
is_
} (int a, string b)
9030
'a {{FeaturesResources.
is_
}} new { (int a, string b) x }
9049
'a {{FeaturesResources.
is_
}} new { 'b x, 'b y }
9050
'b {{FeaturesResources.
is_
}} (int a, string b)
9334
'a {{FeaturesResources.
is_
}} new { string @string }
SignatureHelp\InvocationExpressionSignatureHelpProviderTests.cs (2)
448
'a {{FeaturesResources.
is_
}} new { string Name, int Age }
457
'a {{FeaturesResources.
is_
}} new { string Name, int Age }
Microsoft.CodeAnalysis.Features (2)
LanguageServices\AnonymousTypeDisplayService\AbstractStructuralTypeDisplayService.cs (1)
100
typeParts.Add(PlainText(FeaturesResources.
is_
));
LanguageServices\SymbolDisplayService\AbstractSymbolDisplayService.AbstractSymbolDescriptionBuilder.cs (1)
825
parts.AddRange(PlainText(FeaturesResources.
is_
));