3 references to IsSuitableIntegerType
Microsoft.CodeAnalysis.CSharp.Features (1)
Snippets\AbstractCSharpForLoopSnippetProvider.cs (1)
80
if (
IsSuitableIntegerType
(inlineExpressionType))
Microsoft.CodeAnalysis.Features (2)
Snippets\SnippetProviders\AbstractForLoopSnippetProvider.cs (2)
15
if (
IsSuitableIntegerType
(type))
40
.FirstOrDefault(p => p is { GetMethod: { } getMethod } && getMethod.IsAccessibleWithin(compilation.Assembly) &&
IsSuitableIntegerType
(p.Type));