1 write to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceNamedTypeSymbol.cs (1)
849
if (LoadAndValidateAttributes(OneOrMany.Create(this.GetAttributeDeclarations()), ref
_lazyCustomAttributesBag
))
9 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (9)
Symbols\Source\SourceNamedTypeSymbol.cs (9)
843
var bag =
_lazyCustomAttributesBag
;
855
Debug.Assert(
_lazyCustomAttributesBag
.IsSealed);
856
return
_lazyCustomAttributesBag
;
876
var attributesBag =
_lazyCustomAttributesBag
;
894
var attributesBag =
_lazyCustomAttributesBag
;
1076
var lazyCustomAttributesBag =
_lazyCustomAttributesBag
;
1273
if (
_lazyCustomAttributesBag
?.IsDecodedWellKnownAttributeDataComputed == true)
1615
Debug.Assert(
_lazyCustomAttributesBag
!= null);
1616
Debug.Assert(
_lazyCustomAttributesBag
.IsDecodedWellKnownAttributeDataComputed);