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