13 references to LoadAndValidateAttributes
Microsoft.CodeAnalysis.CSharp (13)
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (1)
89if (LoadAndValidateAttributes(OneOrMany.Create(this.AttributeDeclarationSyntaxList), ref _lazyCustomAttributesBag))
Symbols\Source\SourceAssemblySymbol.cs (3)
1560LoadAndValidateAttributes(OneOrMany.Create(GetAttributeDeclarations()), ref _lazySourceAttributesBag)) 1668LoadAndValidateAttributes(OneOrMany.Create(GetAttributeDeclarations()), ref attributesBag, attributeMatchesOpt: attributeMatches); 1718LoadAndValidateAttributes(
Symbols\Source\SourceComplexParameterSymbol.cs (1)
589bagCreatedOnThisThread = LoadAndValidateAttributes(attributeSyntax, ref _lazyCustomAttributesBag, binderOpt: WithTypeParametersBinderOpt);
Symbols\Source\SourceEventSymbol.cs (1)
186LoadAndValidateAttributes(OneOrMany.Create(this.AttributeDeclarationSyntaxList), ref _lazyCustomAttributesBag))
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
284bagCreatedOnThisThread = LoadAndValidateAttributes(
Symbols\Source\SourceModuleSymbol.cs (1)
465if (LoadAndValidateAttributes(OneOrMany.Create(mergedAttributes), ref _lazyCustomAttributesBag))
Symbols\Source\SourceNamedTypeSymbol.cs (1)
846if (LoadAndValidateAttributes(OneOrMany.Create(this.GetAttributeDeclarations()), ref _lazyCustomAttributesBag))
Symbols\Source\SourcePropertySymbolBase.cs (2)
397LoadAndValidateAttributes(OneOrMany.Create(indexerNameAttributeLists), ref temp, earlyDecodingOnly: true); 1060if (LoadAndValidateAttributes(OneOrMany.Create(AttributeDeclarationSyntaxList), ref _lazyCustomAttributesBag))
Symbols\Source\SourceTypeParameterSymbol.cs (1)
185lazyAttributesStored = LoadAndValidateAttributes(
Symbols\Symbol_Attributes.cs (1)
238/// This method is called by the binder from <see cref="LoadAndValidateAttributes"/> after it has finished binding attributes on the symbol,