1 write to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
256
return GetAttributesBag(ref
_lazyCustomAttributesBag
, forReturnType: false);
10 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (10)
Symbols\Source\SourceMethodSymbolWithAttributes.cs (10)
199
var attributesBag =
_lazyCustomAttributesBag
;
216
var attributesBag =
_lazyCustomAttributesBag
;
250
var bag =
_lazyCustomAttributesBag
;
431
var lazyCustomAttributesBag =
_lazyCustomAttributesBag
;
462
var lazyCustomAttributesBag =
_lazyCustomAttributesBag
;
980
if (
_lazyCustomAttributesBag
.EarlyDecodedWellKnownAttributeData is MethodEarlyWellKnownAttributeData { UnmanagedCallersOnlyAttributePresent: true })
1052
Debug.Assert(
_lazyCustomAttributesBag
.IsEarlyDecodedWellKnownAttributeDataComputed);
1210
Debug.Assert(
_lazyCustomAttributesBag
.IsEarlyDecodedWellKnownAttributeDataComputed);
1473
Debug.Assert(
_lazyCustomAttributesBag
!= null);
1474
Debug.Assert(
_lazyCustomAttributesBag
.IsDecodedWellKnownAttributeDataComputed);