2 writes to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceEventSymbol.cs (2)
220bagCreatedOnThisThread = Interlocked.CompareExchange(ref _lazyCustomAttributesBag, bag, null) == null; 224bagCreatedOnThisThread = LoadAndValidateAttributes(this.GetAttributeDeclarations(), ref _lazyCustomAttributesBag);
6 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (6)
Symbols\Source\SourceEventSymbol.cs (6)
208var bag = _lazyCustomAttributesBag; 234RoslynDebug.AssertNotNull(_lazyCustomAttributesBag); 235return _lazyCustomAttributesBag; 273var attributesBag = _lazyCustomAttributesBag; 290var attributesBag = _lazyCustomAttributesBag; 332var lazyCustomAttributesBag = _lazyCustomAttributesBag;