1 override of IsStaticClass
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\Types\AggregateType.cs (1)
214
public override bool
IsStaticClass
=> OwningAggregate.IsStatic();
2 references to IsStaticClass
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\SemanticChecker.cs (1)
27
if (type.
IsStaticClass
)
Microsoft\CSharp\RuntimeBinder\Semantics\TypeBind.cs (1)
169
Debug.Assert(!arg.
IsStaticClass
);