13 references to LoadAndValidateAttributes
Microsoft.CodeAnalysis.CSharp (13)
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (1)
89
if (
LoadAndValidateAttributes
(OneOrMany.Create(this.AttributeDeclarationSyntaxList), ref _lazyCustomAttributesBag))
Symbols\Source\SourceAssemblySymbol.cs (3)
1560
LoadAndValidateAttributes
(OneOrMany.Create(GetAttributeDeclarations()), ref _lazySourceAttributesBag))
1668
LoadAndValidateAttributes
(OneOrMany.Create(GetAttributeDeclarations()), ref attributesBag, attributeMatchesOpt: attributeMatches);
1718
LoadAndValidateAttributes
(
Symbols\Source\SourceComplexParameterSymbol.cs (1)
589
bagCreatedOnThisThread =
LoadAndValidateAttributes
(attributeSyntax, ref _lazyCustomAttributesBag, binderOpt: WithTypeParametersBinderOpt);
Symbols\Source\SourceEventSymbol.cs (1)
186
LoadAndValidateAttributes
(OneOrMany.Create(this.AttributeDeclarationSyntaxList), ref _lazyCustomAttributesBag))
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
284
bagCreatedOnThisThread =
LoadAndValidateAttributes
(
Symbols\Source\SourceModuleSymbol.cs (1)
465
if (
LoadAndValidateAttributes
(OneOrMany.Create(mergedAttributes), ref _lazyCustomAttributesBag))
Symbols\Source\SourceNamedTypeSymbol.cs (1)
846
if (
LoadAndValidateAttributes
(OneOrMany.Create(this.GetAttributeDeclarations()), ref _lazyCustomAttributesBag))
Symbols\Source\SourcePropertySymbolBase.cs (2)
397
LoadAndValidateAttributes
(OneOrMany.Create(indexerNameAttributeLists), ref temp, earlyDecodingOnly: true);
1060
if (
LoadAndValidateAttributes
(OneOrMany.Create(AttributeDeclarationSyntaxList), ref _lazyCustomAttributesBag))
Symbols\Source\SourceTypeParameterSymbol.cs (1)
185
lazyAttributesStored =
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,