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