20 references to IsSealed
Microsoft.CodeAnalysis (1)
Symbols\Attributes\CustomAttributesBag.cs (1)
56this.IsSealed &&
Microsoft.CodeAnalysis.CSharp (19)
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (2)
85if (bag != null && bag.IsSealed) 96Debug.Assert(_lazyCustomAttributesBag.IsSealed);
Symbols\Source\SourceAssemblySymbol.cs (6)
1455Debug.Assert(lazyNetModuleAttributesBag.IsSealed); 1547Debug.Assert(attributesBag.IsSealed); 1569if ((_lazySourceAttributesBag == null || !_lazySourceAttributesBag.IsSealed) && 1629Debug.Assert(_lazySourceAttributesBag.IsSealed); 1630Debug.Assert(_lazyNetModuleAttributesBag.IsSealed); 1782Debug.Assert(attributesBag.IsSealed);
Symbols\Source\SourceComplexParameterSymbol.cs (1)
576if (_lazyCustomAttributesBag == null || !_lazyCustomAttributesBag.IsSealed)
Symbols\Source\SourceEventSymbol.cs (1)
208if (bag != null && bag.IsSealed)
Symbols\Source\SourceMethodSymbolWithAttributes.cs (2)
249if (bag != null && bag.IsSealed) 266if (bag != null && bag.IsSealed)
Symbols\Source\SourceModuleSymbol.cs (1)
517if (_lazyCustomAttributesBag == null || !_lazyCustomAttributesBag.IsSealed)
Symbols\Source\SourceNamedTypeSymbol.cs (2)
843if (bag != null && bag.IsSealed) 854Debug.Assert(_lazyCustomAttributesBag.IsSealed);
Symbols\Source\SourcePropertySymbolBase.cs (2)
1307if (bag != null && bag.IsSealed) 1337Debug.Assert(_lazyCustomAttributesBag.IsSealed);
Symbols\Source\SourceTypeParameterSymbol.cs (1)
180if (_lazyCustomAttributesBag == null || !_lazyCustomAttributesBag.IsSealed)
Symbols\Symbol_Attributes.cs (1)
438Debug.Assert(lazyCustomAttributesBag.IsSealed);