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