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)
26if (type.IsStaticClass)
Microsoft\CSharp\RuntimeBinder\Semantics\TypeBind.cs (1)
165Debug.Assert(!arg.IsStaticClass);