1 write to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
254
return GetAttributesBag(ref
_lazyCustomAttributesBag
, forReturnType: false);
9 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (9)
Symbols\Source\SourceMethodSymbolWithAttributes.cs (9)
197
var attributesBag =
_lazyCustomAttributesBag
;
214
var attributesBag =
_lazyCustomAttributesBag
;
248
var bag =
_lazyCustomAttributesBag
;
429
var lazyCustomAttributesBag =
_lazyCustomAttributesBag
;
460
var lazyCustomAttributesBag =
_lazyCustomAttributesBag
;
978
if (
_lazyCustomAttributesBag
.EarlyDecodedWellKnownAttributeData is MethodEarlyWellKnownAttributeData { UnmanagedCallersOnlyAttributePresent: true })
1362
Debug.Assert(
_lazyCustomAttributesBag
.IsEarlyDecodedWellKnownAttributeDataComputed);
1468
Debug.Assert(
_lazyCustomAttributesBag
!= null);
1469
Debug.Assert(
_lazyCustomAttributesBag
.IsDecodedWellKnownAttributeDataComputed);