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