1 write to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
246
return GetAttributesBag(ref
_lazyCustomAttributesBag
, forReturnType: false);
8 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (8)
Symbols\Source\SourceMethodSymbolWithAttributes.cs (8)
189
var attributesBag =
_lazyCustomAttributesBag
;
206
var attributesBag =
_lazyCustomAttributesBag
;
240
var bag =
_lazyCustomAttributesBag
;
399
var lazyCustomAttributesBag =
_lazyCustomAttributesBag
;
430
var lazyCustomAttributesBag =
_lazyCustomAttributesBag
;
920
if (
_lazyCustomAttributesBag
.EarlyDecodedWellKnownAttributeData is MethodEarlyWellKnownAttributeData { UnmanagedCallersOnlyAttributePresent: true })
1027
Debug.Assert(
_lazyCustomAttributesBag
!= null);
1028
Debug.Assert(
_lazyCustomAttributesBag
.IsDecodedWellKnownAttributeDataComputed);