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