1 write to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourcePropertySymbolBase.cs (1)
1060
if (LoadAndValidateAttributes(OneOrMany.Create(AttributeDeclarationSyntaxList), ref
_lazyCustomAttributesBag
))
8 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (8)
Symbols\Source\SourcePropertySymbolBase.cs (8)
1051
var bag =
_lazyCustomAttributesBag
;
1066
Debug.Assert(
_lazyCustomAttributesBag
.IsSealed);
1067
return
_lazyCustomAttributesBag
;
1091
var attributesBag =
_lazyCustomAttributesBag
;
1108
var attributesBag =
_lazyCustomAttributesBag
;
1226
var lazyCustomAttributesBag =
_lazyCustomAttributesBag
;
1399
Debug.Assert(
_lazyCustomAttributesBag
!= null);
1400
Debug.Assert(
_lazyCustomAttributesBag
.IsDecodedWellKnownAttributeDataComputed);