4 references to UnwrapArgument
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
src\roslyn\src\Analyzers\CSharp\Analyzers\UseCollectionExpression\UseCollectionExpressionHelpers.cs (2)
31public const string UnwrapArgument = nameof(UnwrapArgument); 1234properties = properties.Add(UnwrapArgument, "");
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseCollectionExpression\CSharpUseCollectionExpressionForCreateCodeFixProvider.cs (1)
42var unwrapArgument = properties.ContainsKey(UnwrapArgument);
src\roslyn\src\Analyzers\CSharp\CodeFixes\UseCollectionExpression\CSharpUseCollectionExpressionForNewCodeFixProvider.cs (1)
43var unwrapArgument = properties.ContainsKey(UnwrapArgument);