1 write to AttributeSyntax
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SynthesizedMyGroupCollectionPropertySymbol.vb (1)
37Me.AttributeSyntax = attributeSyntax.SyntaxTree.GetReference(attributeSyntax)
3 references to AttributeSyntax
Microsoft.CodeAnalysis.VisualBasic (3)
Symbols\Source\SynthesizedMyGroupCollectionPropertyAccessorSymbol.vb (2)
75Dim attributeSyntax = PropertyOrEvent.AttributeSyntax.GetVisualBasicSyntax() 101Dim typeBinder As Binder = BinderBuilder.CreateBinderForType(containingType.ContainingSourceModule, PropertyOrEvent.AttributeSyntax.SyntaxTree, containingType)
Symbols\Source\SynthesizedMyGroupCollectionPropertySymbol.vb (1)
124Dim diagnosticLocation As Location = AttributeSyntax.GetLocation()