1 write to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceNamedTypeSymbol.cs (1)
847
if (LoadAndValidateAttributes(OneOrMany.Create(this.GetAttributeDeclarations()), ref
_lazyCustomAttributesBag
))
9 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (9)
Symbols\Source\SourceNamedTypeSymbol.cs (9)
841
var bag =
_lazyCustomAttributesBag
;
853
Debug.Assert(
_lazyCustomAttributesBag
.IsSealed);
854
return
_lazyCustomAttributesBag
;
874
var attributesBag =
_lazyCustomAttributesBag
;
892
var attributesBag =
_lazyCustomAttributesBag
;
1074
var lazyCustomAttributesBag =
_lazyCustomAttributesBag
;
1266
if (
_lazyCustomAttributesBag
?.IsDecodedWellKnownAttributeDataComputed == true)
1587
Debug.Assert(
_lazyCustomAttributesBag
!= null);
1588
Debug.Assert(
_lazyCustomAttributesBag
.IsDecodedWellKnownAttributeDataComputed);