9 references to ContainsErrorType
Microsoft.CodeAnalysis.CSharp (9)
Binder\Binder_Statements.cs (2)
2237
if (!sourceType.
ContainsErrorType
() && !targetType.
ContainsErrorType
())
Binder\Semantics\BestTypeInferrer.cs (1)
77
if (type.
ContainsErrorType
())
FlowAnalysis\NullableWalker.cs (4)
2716
if (!actualType.
ContainsErrorType
() &&
2717
!targetType.
ContainsErrorType
())
5560
Debug.Assert(targetType.Type.
ContainsErrorType
() ||
5561
node.Type?.
ContainsErrorType
() == true ||
Symbols\Metadata\PE\NativeIntegerTypeDecoder.cs (1)
41
Debug.Assert(type.
ContainsErrorType
());
Symbols\Source\SourceNamedTypeSymbol_Bases.cs (1)
98
bool baseContainsErrorTypes = localBase.
ContainsErrorType
();