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