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; 974if (_lazyCustomAttributesBag.EarlyDecodedWellKnownAttributeData is MethodEarlyWellKnownAttributeData { UnmanagedCallersOnlyAttributePresent: true }) 1046Debug.Assert(_lazyCustomAttributesBag.IsEarlyDecodedWellKnownAttributeDataComputed); 1203Debug.Assert(_lazyCustomAttributesBag.IsEarlyDecodedWellKnownAttributeDataComputed); 1466Debug.Assert(_lazyCustomAttributesBag != null); 1467Debug.Assert(_lazyCustomAttributesBag.IsDecodedWellKnownAttributeDataComputed);