11 references to LoadAndValidateAttributes
Microsoft.CodeAnalysis.VisualBasic (11)
Symbols\Source\SourceAssemblySymbol.vb (1)
798LoadAndValidateAttributes(OneOrMany.Create(GetAttributeDeclarations()), _lazySourceAttributesBag)
Symbols\Source\SourceComplexParameterSymbol.vb (1)
101LoadAndValidateAttributes(attributeSyntax, _lazyCustomAttributesBag)
Symbols\Source\SourceEventSymbol.vb (1)
619LoadAndValidateAttributes(OneOrMany.Create(Me.AttributeDeclarationSyntaxList), _lazyCustomAttributesBag)
Symbols\Source\SourceFieldSymbol.vb (1)
633LoadAndValidateAttributes(GetAttributeDeclarations(), _lazyCustomAttributesBag)
Symbols\Source\SourceMethodSymbol.vb (2)
1409LoadAndValidateAttributes(Me.GetReturnTypeAttributeDeclarations(), lazyCustomAttributesBag, symbolPart:=AttributeLocation.Return) 1421LoadAndValidateAttributes(Me.GetAttributeDeclarations(), lazyCustomAttributesBag)
Symbols\Source\SourceModuleSymbol.vb (1)
241LoadAndValidateAttributes(OneOrMany.Create(mergedAttributes), _lazyCustomAttributesBag)
Symbols\Source\SourceNamedTypeSymbol.vb (1)
1837LoadAndValidateAttributes(OneOrMany.Create(GetAttributeDeclarations()), m_lazyCustomAttributesBag)
Symbols\Source\SourcePropertySymbol.vb (2)
494LoadAndValidateAttributes(Me.GetAttributeDeclarations(), _lazyCustomAttributesBag) 501LoadAndValidateAttributes(GetReturnTypeAttributeDeclarations(), _lazyReturnTypeCustomAttributesBag, symbolPart:=AttributeLocation.Return)
Symbols\Symbol_Attributes.vb (1)
211''' This method is called by the binder from <see cref="LoadAndValidateAttributes"/> after it has finished binding attributes on the symbol,