2 references to UseCollectionExpressionForStackAlloc
Microsoft.CodeAnalysis.CSharp.Features (1)
src\Analyzers\CSharp\CodeFixes\UseCollectionExpression\CSharpUseCollectionExpressionForStackAllocCodeFixProvider.cs (1)
20[ExportCodeFixProvider(LanguageNames.CSharp, Name = PredefinedCodeFixProviderNames.UseCollectionExpressionForStackAlloc), Shared]
Microsoft.CodeAnalysis.Features (1)
src\Analyzers\Core\CodeFixes\PredefinedCodeFixProviderNames.cs (1)
143public const string UseCollectionExpressionForStackAlloc = nameof(UseCollectionExpressionForStackAlloc);