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