4 references to SyntaxGenerator
Microsoft.CodeAnalysis.CodeStyle.Fixes (4)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\AbstractFlagsEnumGenerator.cs (4)
114finalNode = this.SyntaxGenerator.BitwiseOrExpression(finalNode, node); 142return this.SyntaxGenerator.MemberAccessExpression( 143this.SyntaxGenerator.TypeExpression(enumType), 144this.SyntaxGenerator.IdentifierName(field.Name));