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