1 write to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
246return GetAttributesBag(ref _lazyCustomAttributesBag, forReturnType: false);
8 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (8)
Symbols\Source\SourceMethodSymbolWithAttributes.cs (8)
189var attributesBag = _lazyCustomAttributesBag; 206var attributesBag = _lazyCustomAttributesBag; 240var bag = _lazyCustomAttributesBag; 399var lazyCustomAttributesBag = _lazyCustomAttributesBag; 430var lazyCustomAttributesBag = _lazyCustomAttributesBag; 920if (_lazyCustomAttributesBag.EarlyDecodedWellKnownAttributeData is MethodEarlyWellKnownAttributeData { UnmanagedCallersOnlyAttributePresent: true }) 1027Debug.Assert(_lazyCustomAttributesBag != null); 1028Debug.Assert(_lazyCustomAttributesBag.IsDecodedWellKnownAttributeDataComputed);