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)
2724if (!IsStatic) 3994if (this.IsStatic) 5565(!hasInstanceConstructor && !this.IsStatic && !this.IsInterface)) 6107bool containsExtensions = ((this.IsStatic && !this.IsGenericType) || this.IsScriptClass) &&
Symbols\Source\SourceNamedTypeSymbol.cs (1)
2084|| IsStatic
Symbols\Source\SourceNamedTypeSymbol_Bases.cs (3)
517if (baseType.IsSealed && !this.IsStatic) // Give precedence to ERR_StaticDerivedFromNonObject 550if (this.IsStatic && localBase.SpecialType != SpecialType.System_Object) 586if (this.IsStatic)