1 write to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceNamedTypeSymbol.cs (1)
846
if (LoadAndValidateAttributes(OneOrMany.Create(this.GetAttributeDeclarations()), ref
_lazyCustomAttributesBag
))
9 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (9)
Symbols\Source\SourceNamedTypeSymbol.cs (9)
840
var bag =
_lazyCustomAttributesBag
;
852
Debug.Assert(
_lazyCustomAttributesBag
.IsSealed);
853
return
_lazyCustomAttributesBag
;
873
var attributesBag =
_lazyCustomAttributesBag
;
891
var attributesBag =
_lazyCustomAttributesBag
;
1035
var lazyCustomAttributesBag =
_lazyCustomAttributesBag
;
1179
if (
_lazyCustomAttributesBag
?.IsDecodedWellKnownAttributeDataComputed == true)
1468
Debug.Assert(
_lazyCustomAttributesBag
!= null);
1469
Debug.Assert(
_lazyCustomAttributesBag
.IsDecodedWellKnownAttributeDataComputed);