1 write to _lazySourceAttributesBag
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceAssemblySymbol.vb (1)
798LoadAndValidateAttributes(OneOrMany.Create(GetAttributeDeclarations()), _lazySourceAttributesBag)
6 references to _lazySourceAttributesBag
Microsoft.CodeAnalysis.VisualBasic (6)
Symbols\Source\SourceAssemblySymbol.vb (6)
457Debug.Assert(Me._lazySourceAttributesBag.IsSealed) 546Return Me._lazySourceAttributesBag 559Dim attributesBag As CustomAttributesBag(Of VisualBasicAttributeData) = Me._lazySourceAttributesBag 797If _lazySourceAttributesBag Is Nothing OrElse Not _lazySourceAttributesBag.IsSealed Then 1468Debug.Assert(_lazySourceAttributesBag.IsSealed)