9 references to IsStatic
Microsoft.CodeAnalysis.CSharp (9)
Binder\Binder_Lambda.cs (1)
294
if (returnType.
IsStatic
)
Binder\Binder_Statements.cs (3)
845
if (declType.
IsStatic
)
1034
if (declTypeOpt.
IsStatic
)
2159
if (delegateParameters[i].TypeWithAnnotations.
IsStatic
)
Binder\Binder_Symbols.cs (1)
635
if (type.
IsStatic
)
Binder\Semantics\Conversions\ConversionsBase.cs (1)
1560
if (delegateParameters[p].TypeWithAnnotations.
IsStatic
)
Symbols\ConstraintsHelper.cs (1)
966
if (typeArgument.
IsStatic
)
Symbols\FunctionPointers\FunctionPointerMethodSymbol.cs (1)
77
else if (returnType.
IsStatic
)
Symbols\Source\ParameterHelpers.cs (1)
676
else if (typeWithAnnotations.
IsStatic
)