2 writes to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceEventSymbol.cs (2)
219bagCreatedOnThisThread = Interlocked.CompareExchange(ref _lazyCustomAttributesBag, bag, null) == null; 223bagCreatedOnThisThread = LoadAndValidateAttributes(this.GetAttributeDeclarations(), ref _lazyCustomAttributesBag);
6 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (6)
Symbols\Source\SourceEventSymbol.cs (6)
207var bag = _lazyCustomAttributesBag; 233RoslynDebug.AssertNotNull(_lazyCustomAttributesBag); 234return _lazyCustomAttributesBag; 272var attributesBag = _lazyCustomAttributesBag; 289var attributesBag = _lazyCustomAttributesBag; 331var lazyCustomAttributesBag = _lazyCustomAttributesBag;