1 reference to WithRefOrOutKeyword
Microsoft.CodeAnalysis.CSharp.Features (1)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.cs (1)
618
arguments.Add(SyntaxFactory.Argument(SyntaxFactory.IdentifierName(argument.Name)).
WithRefOrOutKeyword
(refOrOut));