1 write to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
256return GetAttributesBag(ref _lazyCustomAttributesBag, forReturnType: false);
10 references to _lazyCustomAttributesBag
Microsoft.CodeAnalysis.CSharp (10)
Symbols\Source\SourceMethodSymbolWithAttributes.cs (10)
199var attributesBag = _lazyCustomAttributesBag; 216var attributesBag = _lazyCustomAttributesBag; 250var bag = _lazyCustomAttributesBag; 431var lazyCustomAttributesBag = _lazyCustomAttributesBag; 462var lazyCustomAttributesBag = _lazyCustomAttributesBag; 980if (_lazyCustomAttributesBag.EarlyDecodedWellKnownAttributeData is MethodEarlyWellKnownAttributeData { UnmanagedCallersOnlyAttributePresent: true }) 1052Debug.Assert(_lazyCustomAttributesBag.IsEarlyDecodedWellKnownAttributeDataComputed); 1210Debug.Assert(_lazyCustomAttributesBag.IsEarlyDecodedWellKnownAttributeDataComputed); 1473Debug.Assert(_lazyCustomAttributesBag != null); 1474Debug.Assert(_lazyCustomAttributesBag.IsDecodedWellKnownAttributeDataComputed);