1 write to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
255
return GetAttributesBag(ref
_lazyCustomAttributesBag
, forReturnType: false);
10 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (10)
Symbols\Source\SourceMethodSymbolWithAttributes.cs (10)
198
var attributesBag =
_lazyCustomAttributesBag
;
215
var attributesBag =
_lazyCustomAttributesBag
;
249
var bag =
_lazyCustomAttributesBag
;
430
var lazyCustomAttributesBag =
_lazyCustomAttributesBag
;
461
var lazyCustomAttributesBag =
_lazyCustomAttributesBag
;
974
if (
_lazyCustomAttributesBag
.EarlyDecodedWellKnownAttributeData is MethodEarlyWellKnownAttributeData { UnmanagedCallersOnlyAttributePresent: true })
1046
Debug.Assert(
_lazyCustomAttributesBag
.IsEarlyDecodedWellKnownAttributeDataComputed);
1203
Debug.Assert(
_lazyCustomAttributesBag
.IsEarlyDecodedWellKnownAttributeDataComputed);
1466
Debug.Assert(
_lazyCustomAttributesBag
!= null);
1467
Debug.Assert(
_lazyCustomAttributesBag
.IsDecodedWellKnownAttributeDataComputed);