9 references to IsStatic
Microsoft.CodeAnalysis.CSharp (9)
Binder\Binder_Lambda.cs (1)
306
if (returnType.
IsStatic
)
Binder\Binder_Statements.cs (3)
847
if (declType.
IsStatic
)
1036
if (declTypeOpt.
IsStatic
)
2186
if (delegateParameters[i].TypeWithAnnotations.
IsStatic
)
Binder\Binder_Symbols.cs (1)
635
if (type.
IsStatic
)
Binder\Semantics\Conversions\ConversionsBase.cs (1)
1558
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)
683
else if (!typeWithAnnotations.IsDefault && typeWithAnnotations.
IsStatic
)