1 implementation of SupportsCollectionExpressionNaturalType
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
71
public bool
SupportsCollectionExpressionNaturalType
(ParseOptions options)
1 reference to SupportsCollectionExpressionNaturalType
Microsoft.CodeAnalysis.CodeStyle (1)
src\Analyzers\Core\Analyzers\UseCollectionInitializer\UpdateExpressionState.cs (1)
432
return @this.SyntaxFacts.
SupportsCollectionExpressionNaturalType
(ifStatement.SyntaxTree.Options)