1 write to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceEventSymbol.cs (1)
194
LoadAndValidateAttributes(OneOrMany.Create(this.AttributeDeclarationSyntaxList), ref
_lazyCustomAttributesBag
))
7 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (7)
Symbols\Source\SourceEventSymbol.cs (7)
193
if ((
_lazyCustomAttributesBag
== null || !
_lazyCustomAttributesBag
.IsSealed) &&
201
RoslynDebug.AssertNotNull(
_lazyCustomAttributesBag
);
202
return
_lazyCustomAttributesBag
;
226
var attributesBag =
_lazyCustomAttributesBag
;
243
var attributesBag =
_lazyCustomAttributesBag
;
285
var lazyCustomAttributesBag =
_lazyCustomAttributesBag
;