1 write to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceNamedTypeSymbol.cs (1)
844
if (LoadAndValidateAttributes(OneOrMany.Create(this.GetAttributeDeclarations()), ref
_lazyCustomAttributesBag
))
9 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (9)
Symbols\Source\SourceNamedTypeSymbol.cs (9)
838
var bag =
_lazyCustomAttributesBag
;
850
Debug.Assert(
_lazyCustomAttributesBag
.IsSealed);
851
return
_lazyCustomAttributesBag
;
871
var attributesBag =
_lazyCustomAttributesBag
;
889
var attributesBag =
_lazyCustomAttributesBag
;
1071
var lazyCustomAttributesBag =
_lazyCustomAttributesBag
;
1263
if (
_lazyCustomAttributesBag
?.IsDecodedWellKnownAttributeDataComputed == true)
1584
Debug.Assert(
_lazyCustomAttributesBag
!= null);
1585
Debug.Assert(
_lazyCustomAttributesBag
.IsDecodedWellKnownAttributeDataComputed);