Base:
property
IsStatic
Microsoft.CodeAnalysis.CSharp.Symbol.IsStatic
10 references to IsStatic
Microsoft.CodeAnalysis.CSharp (10)
Symbols\Source\SourceDestructorSymbol.cs (1)
52if (containingType.IsStatic)
Symbols\Source\SourceFieldSymbol.cs (1)
64else if (containingType.IsStatic && !IsStatic)
Symbols\Source\SourceMemberContainerSymbol.cs (4)
2826if (!IsStatic) 4105if (this.IsStatic) 5688(!hasInstanceConstructor && !this.IsStatic && !this.IsInterface)) 6232bool containsExtensions = ((this.IsStatic && !this.IsGenericType) || this.IsScriptClass) &&
Symbols\Source\SourceNamedTypeSymbol.cs (1)
2082|| IsStatic
Symbols\Source\SourceNamedTypeSymbol_Bases.cs (3)
550if (baseType.IsSealed && !this.IsStatic) // Give precedence to ERR_StaticDerivedFromNonObject 583if (this.IsStatic && localBase.SpecialType != SpecialType.System_Object) 619if (this.IsStatic)