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