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