12 references to LoadAndValidateAttributes
Microsoft.CodeAnalysis.CSharp (12)
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (1)
90if (LoadAndValidateAttributes(this.GetAttributeDeclarations(), ref _lazyCustomAttributesBag))
Symbols\Source\SourceAssemblySymbol.cs (3)
1570LoadAndValidateAttributes(OneOrMany.Create(GetAttributeDeclarations()), ref _lazySourceAttributesBag)) 1678LoadAndValidateAttributes(OneOrMany.Create(GetAttributeDeclarations()), ref attributesBag, attributeMatchesOpt: attributeMatches); 1728LoadAndValidateAttributes(
Symbols\Source\SourceComplexParameterSymbol.cs (1)
592bagCreatedOnThisThread = LoadAndValidateAttributes(attributeSyntax, ref _lazyCustomAttributesBag, binderOpt: WithTypeParametersBinderOpt);
Symbols\Source\SourceEventSymbol.cs (1)
223bagCreatedOnThisThread = LoadAndValidateAttributes(this.GetAttributeDeclarations(), ref _lazyCustomAttributesBag);
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
292bagCreatedOnThisThread = LoadAndValidateAttributes(
Symbols\Source\SourceModuleSymbol.cs (1)
520if (LoadAndValidateAttributes(OneOrMany.Create(mergedAttributes), ref _lazyCustomAttributesBag))
Symbols\Source\SourceNamedTypeSymbol.cs (1)
848if (LoadAndValidateAttributes(OneOrMany.Create(this.GetAttributeDeclarations()), ref _lazyCustomAttributesBag))
Symbols\Source\SourcePropertySymbolBase.cs (1)
1328bagCreatedOnThisThread = LoadAndValidateAttributes(GetAttributeDeclarations(), ref _lazyCustomAttributesBag);
Symbols\Source\SourceTypeParameterSymbol.cs (1)
187lazyAttributesStored = LoadAndValidateAttributes(
Symbols\Symbol_Attributes.cs (1)
247/// This method is called by the binder from <see cref="LoadAndValidateAttributes"/> after it has finished binding attributes on the symbol,