5 references to IsErrorTypeOrRefLikeType
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Deconstruct.cs (1)
897
localSymbol.Scope == ScopedKind.ScopedValue && !declTypeWithAnnotations.Type.
IsErrorTypeOrRefLikeType
())
Binder\Binder_Expressions.cs (1)
2970
if (localSymbol.Scope == ScopedKind.ScopedValue && !declType.Type.
IsErrorTypeOrRefLikeType
())
Binder\Binder_Statements.cs (1)
1102
if (localSymbol.Scope == ScopedKind.ScopedValue && !declTypeOpt.Type.
IsErrorTypeOrRefLikeType
())
Binder\ForEachLoopBinder.cs (1)
303
if (local.Scope == ScopedKind.ScopedValue && !declType.Type.
IsErrorTypeOrRefLikeType
())
BoundTree\VariablePendingInference.cs (1)
67
if (localSymbol.Scope == ScopedKind.ScopedValue && !type.Type.
IsErrorTypeOrRefLikeType
())