1 write to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceNamedTypeSymbol.cs (1)
848
if (LoadAndValidateAttributes(OneOrMany.Create(this.GetAttributeDeclarations()), ref
_lazyCustomAttributesBag
))
9 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (9)
Symbols\Source\SourceNamedTypeSymbol.cs (9)
842
var bag =
_lazyCustomAttributesBag
;
854
Debug.Assert(
_lazyCustomAttributesBag
.IsSealed);
855
return
_lazyCustomAttributesBag
;
875
var attributesBag =
_lazyCustomAttributesBag
;
893
var attributesBag =
_lazyCustomAttributesBag
;
1075
var lazyCustomAttributesBag =
_lazyCustomAttributesBag
;
1267
if (
_lazyCustomAttributesBag
?.IsDecodedWellKnownAttributeDataComputed == true)
1588
Debug.Assert(
_lazyCustomAttributesBag
!= null);
1589
Debug.Assert(
_lazyCustomAttributesBag
.IsDecodedWellKnownAttributeDataComputed);