15 references to GenerateAttributeBlocks
Microsoft.CodeAnalysis.VisualBasic.Workspaces (15)
CodeGeneration\ConstructorGenerator.vb (1)
40.WithAttributeLists(AttributeGenerator.GenerateAttributeBlocks(constructor.GetAttributes(), options)) _
CodeGeneration\ConversionGenerator.vb (1)
51AttributeGenerator.GenerateAttributeBlocks(method.GetAttributes(), options),
CodeGeneration\EventGenerator.vb (3)
122result.WithAttributeLists(GenerateAttributeBlocks([event].GetAttributes(), options)), 144attributeLists:=GenerateAttributeBlocks([event].GetAttributes(), options), 153attributeLists:=GenerateAttributeBlocks([event].GetAttributes(), options),
CodeGeneration\FieldGenerator.vb (1)
83AttributeGenerator.GenerateAttributeBlocks(field.GetAttributes(), options),
CodeGeneration\MethodGenerator.vb (2)
79WithAttributeLists(AttributeGenerator.GenerateAttributeBlocks(method.GetAttributes(), options)). 109AttributeGenerator.GenerateAttributeBlocks(method.GetReturnTypeAttributes(), options),
CodeGeneration\NamedTypeGenerator.vb (1)
161Return AttributeGenerator.GenerateAttributeBlocks(namedType.GetAttributes(), options)
CodeGeneration\OperatorGenerator.vb (1)
46AttributeGenerator.GenerateAttributeBlocks(method.GetAttributes(), options),
CodeGeneration\ParameterGenerator.vb (2)
54GenerateAttributeBlocks(parameter.GetAttributes(), options), 66GenerateAttributeBlocks(parameter.GetAttributes(), options),
CodeGeneration\PropertyGenerator.vb (2)
70WithAttributeLists(AttributeGenerator.GenerateAttributeBlocks([property].GetAttributes(), options)). 238AttributeGenerator.GenerateAttributeBlocks([property].GetMethod.GetReturnTypeAttributes(), options),
CodeGeneration\VisualBasicCodeGenerationService.vb (1)
337Dim attributeSyntaxList = AttributeGenerator.GenerateAttributeBlocks(attributes.ToImmutableArray(), options, target)