7 references to IsErrorOrRefLikeOrAllowsRefLikeType
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder_Deconstruct.cs (1)
897
localSymbol.Scope == ScopedKind.ScopedValue && !declTypeWithAnnotations.Type.
IsErrorOrRefLikeOrAllowsRefLikeType
())
Binder\Binder_Expressions.cs (1)
3186
if (localSymbol.Scope == ScopedKind.ScopedValue && !declType.Type.
IsErrorOrRefLikeOrAllowsRefLikeType
())
Binder\Binder_Operators.cs (1)
3522
if (!operandType.
IsErrorOrRefLikeOrAllowsRefLikeType
())
Binder\Binder_Statements.cs (1)
1099
if (localSymbol.Scope == ScopedKind.ScopedValue && !declTypeOpt.Type.
IsErrorOrRefLikeOrAllowsRefLikeType
())
Binder\ForEachLoopBinder.cs (1)
318
if (local.Scope == ScopedKind.ScopedValue && !declType.Type.
IsErrorOrRefLikeOrAllowsRefLikeType
())
BoundTree\VariablePendingInference.cs (1)
67
if (localSymbol.Scope == ScopedKind.ScopedValue && !type.Type.
IsErrorOrRefLikeOrAllowsRefLikeType
())
Symbols\Source\SourceComplexParameterSymbol.cs (1)
1539
if (DeclaredScope == ScopedKind.ScopedValue && !Type.
IsErrorOrRefLikeOrAllowsRefLikeType
())