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