12 references to LoadAndValidateAttributes
Microsoft.CodeAnalysis.CSharp (12)
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (1)
90
if (
LoadAndValidateAttributes
(this.GetAttributeDeclarations(), ref _lazyCustomAttributesBag))
Symbols\Source\SourceAssemblySymbol.cs (3)
1570
LoadAndValidateAttributes
(OneOrMany.Create(GetAttributeDeclarations()), ref _lazySourceAttributesBag))
1678
LoadAndValidateAttributes
(OneOrMany.Create(GetAttributeDeclarations()), ref attributesBag, attributeMatchesOpt: attributeMatches);
1728
LoadAndValidateAttributes
(
Symbols\Source\SourceComplexParameterSymbol.cs (1)
592
bagCreatedOnThisThread =
LoadAndValidateAttributes
(attributeSyntax, ref _lazyCustomAttributesBag, binderOpt: WithTypeParametersBinderOpt);
Symbols\Source\SourceEventSymbol.cs (1)
223
bagCreatedOnThisThread =
LoadAndValidateAttributes
(this.GetAttributeDeclarations(), ref _lazyCustomAttributesBag);
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
292
bagCreatedOnThisThread =
LoadAndValidateAttributes
(
Symbols\Source\SourceModuleSymbol.cs (1)
520
if (
LoadAndValidateAttributes
(OneOrMany.Create(mergedAttributes), ref _lazyCustomAttributesBag))
Symbols\Source\SourceNamedTypeSymbol.cs (1)
848
if (
LoadAndValidateAttributes
(OneOrMany.Create(this.GetAttributeDeclarations()), ref _lazyCustomAttributesBag))
Symbols\Source\SourcePropertySymbolBase.cs (1)
1328
bagCreatedOnThisThread =
LoadAndValidateAttributes
(GetAttributeDeclarations(), ref _lazyCustomAttributesBag);
Symbols\Source\SourceTypeParameterSymbol.cs (1)
187
lazyAttributesStored =
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,