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