9 references to IsStatic
Microsoft.CodeAnalysis.CSharp (9)
Binder\Binder_Lambda.cs (1)
294if (returnType.IsStatic)
Binder\Binder_Statements.cs (3)
844if (declType.IsStatic) 1033if (declTypeOpt.IsStatic) 2124if (delegateParameters[i].TypeWithAnnotations.IsStatic)
Binder\Binder_Symbols.cs (1)
635if (type.IsStatic)
Binder\Semantics\Conversions\ConversionsBase.cs (1)
1544if (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)
676else if (typeWithAnnotations.IsStatic)