1 write to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceNamedTypeSymbol.cs (1)
843
if (LoadAndValidateAttributes(OneOrMany.Create(this.GetAttributeDeclarations()), ref
_lazyCustomAttributesBag
))
9 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (9)
Symbols\Source\SourceNamedTypeSymbol.cs (9)
837
var bag =
_lazyCustomAttributesBag
;
849
Debug.Assert(
_lazyCustomAttributesBag
.IsSealed);
850
return
_lazyCustomAttributesBag
;
870
var attributesBag =
_lazyCustomAttributesBag
;
888
var attributesBag =
_lazyCustomAttributesBag
;
1070
var lazyCustomAttributesBag =
_lazyCustomAttributesBag
;
1258
if (
_lazyCustomAttributesBag
?.IsDecodedWellKnownAttributeDataComputed == true)
1568
Debug.Assert(
_lazyCustomAttributesBag
!= null);
1569
Debug.Assert(
_lazyCustomAttributesBag
.IsDecodedWellKnownAttributeDataComputed);