2 writes to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceEventSymbol.cs (2)
218bagCreatedOnThisThread = Interlocked.CompareExchange(ref _lazyCustomAttributesBag, bag, null) == null; 222bagCreatedOnThisThread = LoadAndValidateAttributes(this.GetAttributeDeclarations(), ref _lazyCustomAttributesBag);
6 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (6)
Symbols\Source\SourceEventSymbol.cs (6)
206var bag = _lazyCustomAttributesBag; 232RoslynDebug.AssertNotNull(_lazyCustomAttributesBag); 233return _lazyCustomAttributesBag; 271var attributesBag = _lazyCustomAttributesBag; 288var attributesBag = _lazyCustomAttributesBag; 330var lazyCustomAttributesBag = _lazyCustomAttributesBag;