11 references to LoadAndValidateAttributes
Microsoft.CodeAnalysis.VisualBasic (11)
Symbols\Source\SourceAssemblySymbol.vb (1)
798
LoadAndValidateAttributes
(OneOrMany.Create(GetAttributeDeclarations()), _lazySourceAttributesBag)
Symbols\Source\SourceComplexParameterSymbol.vb (1)
101
LoadAndValidateAttributes
(attributeSyntax, _lazyCustomAttributesBag)
Symbols\Source\SourceEventSymbol.vb (1)
619
LoadAndValidateAttributes
(OneOrMany.Create(Me.AttributeDeclarationSyntaxList), _lazyCustomAttributesBag)
Symbols\Source\SourceFieldSymbol.vb (1)
633
LoadAndValidateAttributes
(GetAttributeDeclarations(), _lazyCustomAttributesBag)
Symbols\Source\SourceMethodSymbol.vb (2)
1409
LoadAndValidateAttributes
(Me.GetReturnTypeAttributeDeclarations(), lazyCustomAttributesBag, symbolPart:=AttributeLocation.Return)
1421
LoadAndValidateAttributes
(Me.GetAttributeDeclarations(), lazyCustomAttributesBag)
Symbols\Source\SourceModuleSymbol.vb (1)
241
LoadAndValidateAttributes
(OneOrMany.Create(mergedAttributes), _lazyCustomAttributesBag)
Symbols\Source\SourceNamedTypeSymbol.vb (1)
1837
LoadAndValidateAttributes
(OneOrMany.Create(GetAttributeDeclarations()), m_lazyCustomAttributesBag)
Symbols\Source\SourcePropertySymbol.vb (2)
494
LoadAndValidateAttributes
(Me.GetAttributeDeclarations(), _lazyCustomAttributesBag)
501
LoadAndValidateAttributes
(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,