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