40 references to IsSealed
Microsoft.CodeAnalysis (1)
Symbols\Attributes\CustomAttributesBag.cs (1)
56this.IsSealed &&
Microsoft.CodeAnalysis.CSharp (19)
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (2)
84if (bag != null && bag.IsSealed) 95Debug.Assert(_lazyCustomAttributesBag.IsSealed);
Symbols\Source\SourceAssemblySymbol.cs (6)
1445Debug.Assert(lazyNetModuleAttributesBag.IsSealed); 1537Debug.Assert(attributesBag.IsSealed); 1559if ((_lazySourceAttributesBag == null || !_lazySourceAttributesBag.IsSealed) && 1619Debug.Assert(_lazySourceAttributesBag.IsSealed); 1620Debug.Assert(_lazyNetModuleAttributesBag.IsSealed); 1772Debug.Assert(attributesBag.IsSealed);
Symbols\Source\SourceComplexParameterSymbol.cs (1)
573if (_lazyCustomAttributesBag == null || !_lazyCustomAttributesBag.IsSealed)
Symbols\Source\SourceEventSymbol.cs (1)
185if ((_lazyCustomAttributesBag == null || !_lazyCustomAttributesBag.IsSealed) &&
Symbols\Source\SourceMethodSymbolWithAttributes.cs (2)
241if (bag != null && bag.IsSealed) 258if (bag != null && bag.IsSealed)
Symbols\Source\SourceModuleSymbol.cs (1)
462if (_lazyCustomAttributesBag == null || !_lazyCustomAttributesBag.IsSealed)
Symbols\Source\SourceNamedTypeSymbol.cs (2)
841if (bag != null && bag.IsSealed) 852Debug.Assert(_lazyCustomAttributesBag.IsSealed);
Symbols\Source\SourcePropertySymbolBase.cs (2)
1052if (bag != null && bag.IsSealed) 1066Debug.Assert(_lazyCustomAttributesBag.IsSealed);
Symbols\Source\SourceTypeParameterSymbol.cs (1)
178if (_lazyCustomAttributesBag == null || !_lazyCustomAttributesBag.IsSealed)
Symbols\Symbol_Attributes.cs (1)
423Debug.Assert(lazyCustomAttributesBag.IsSealed);
Microsoft.CodeAnalysis.VisualBasic (20)
Symbols\Source\SourceAssemblySymbol.vb (7)
436Debug.Assert(lazyNetModuleAttributesBag.IsSealed) 457Debug.Assert(Me._lazySourceAttributesBag.IsSealed) 458Debug.Assert(Me._lazyNetModuleAttributesBag.IsSealed) 508Debug.Assert(attributesBag.IsSealed) 514Debug.Assert(attributesBag.IsSealed) 797If _lazySourceAttributesBag Is Nothing OrElse Not _lazySourceAttributesBag.IsSealed Then 1468Debug.Assert(_lazySourceAttributesBag.IsSealed)
Symbols\Source\SourceComplexParameterSymbol.vb (1)
89If _lazyCustomAttributesBag Is Nothing OrElse Not _lazyCustomAttributesBag.IsSealed Then
Symbols\Source\SourceEventSymbol.vb (1)
618If _lazyCustomAttributesBag Is Nothing OrElse Not _lazyCustomAttributesBag.IsSealed Then
Symbols\Source\SourceFieldSymbol.vb (1)
632If _lazyCustomAttributesBag Is Nothing OrElse Not _lazyCustomAttributesBag.IsSealed Then
Symbols\Source\SourceMethodSymbol.vb (2)
1398If lazyCustomAttributesBag Is Nothing OrElse Not lazyCustomAttributesBag.IsSealed Then 1983Debug.Assert(m_lazyCustomAttributesBag IsNot Nothing AndAlso m_lazyCustomAttributesBag.IsSealed)
Symbols\Source\SourceModuleSymbol.vb (3)
239If _lazyCustomAttributesBag Is Nothing OrElse Not _lazyCustomAttributesBag.IsSealed Then 985If Not attributesBag.IsSealed Then 997Debug.Assert(attributesBag.IsSealed)
Symbols\Source\SourceNamedTypeSymbol.vb (2)
1836If m_lazyCustomAttributesBag Is Nothing OrElse Not m_lazyCustomAttributesBag.IsSealed Then 1840Debug.Assert(m_lazyCustomAttributesBag.IsSealed)
Symbols\Source\SourcePropertySymbol.vb (2)
493If _lazyCustomAttributesBag Is Nothing OrElse Not _lazyCustomAttributesBag.IsSealed Then 500If _lazyReturnTypeCustomAttributesBag Is Nothing OrElse Not _lazyReturnTypeCustomAttributesBag.IsSealed Then
Symbols\Symbol_Attributes.vb (1)
296Debug.Assert(lazyCustomAttributesBag.IsSealed)