2 references to ReturnKeyword
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
1091
.Select(list => list.WithTarget(SyntaxFactory.AttributeTargetSpecifier(
ReturnKeyword
)));
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeGeneration\MethodGenerator.cs (1)
202
attributes.AddRange(AttributeGenerator.GenerateAttributeLists(method.GetReturnTypeAttributes(), info,
ReturnKeyword
));