9 references to IsStatic
Microsoft.CodeAnalysis.CSharp (9)
Binder\Binder_Lambda.cs (1)
306if (returnType.IsStatic)
Binder\Binder_Statements.cs (3)
847if (declType.IsStatic) 1036if (declTypeOpt.IsStatic) 2186if (delegateParameters[i].TypeWithAnnotations.IsStatic)
Binder\Binder_Symbols.cs (1)
635if (type.IsStatic)
Binder\Semantics\Conversions\ConversionsBase.cs (1)
1558if (delegateParameters[p].TypeWithAnnotations.IsStatic)
Symbols\ConstraintsHelper.cs (1)
966if (typeArgument.IsStatic)
Symbols\FunctionPointers\FunctionPointerMethodSymbol.cs (1)
77else if (returnType.IsStatic)
Symbols\Source\ParameterHelpers.cs (1)
683else if (!typeWithAnnotations.IsDefault && typeWithAnnotations.IsStatic)