213 references to ErrorType
GenerateDocumentationAndConfigFiles (6)
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\Options\SymbolNamesWithValueOption.cs (2)
26internal const SymbolKind AllKinds = SymbolKind.ErrorType; 280case SymbolKind.ErrorType:
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\ISymbolExtensions_Accessibility.cs (1)
126case SymbolKind.ErrorType:
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\SymbolEquivalenceComparer.EquivalenceVisitor.cs (3)
127SymbolKind.ErrorType => NamedTypesAreEquivalent((INamedTypeSymbol)x, (INamedTypeSymbol)y, equivalentTypesWithDifferingAssemblies), 367if (x.Kind == SymbolKind.ErrorType && 371Debug.Assert(y.Kind == SymbolKind.ErrorType);
ILLink.RoslynAnalyzer (1)
TrimAnalysis\SingleValueExtensions.cs (1)
38SymbolKind.ErrorType => UnknownValue.Instance,
Microsoft.CodeAnalysis (1)
Compilation\Compilation.cs (1)
1762case SymbolKind.ErrorType:
Microsoft.CodeAnalysis.Analyzers (6)
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\Options\SymbolNamesWithValueOption.cs (2)
26internal const SymbolKind AllKinds = SymbolKind.ErrorType; 280case SymbolKind.ErrorType:
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\ISymbolExtensions_Accessibility.cs (1)
126case SymbolKind.ErrorType:
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\SymbolEquivalenceComparer.EquivalenceVisitor.cs (3)
127SymbolKind.ErrorType => NamedTypesAreEquivalent((INamedTypeSymbol)x, (INamedTypeSymbol)y, equivalentTypesWithDifferingAssemblies), 367if (x.Kind == SymbolKind.ErrorType && 371Debug.Assert(y.Kind == SymbolKind.ErrorType);
Microsoft.CodeAnalysis.AnalyzerUtilities (6)
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\Options\SymbolNamesWithValueOption.cs (2)
26internal const SymbolKind AllKinds = SymbolKind.ErrorType; 280case SymbolKind.ErrorType:
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\ISymbolExtensions_Accessibility.cs (1)
126case SymbolKind.ErrorType:
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\SymbolEquivalenceComparer.EquivalenceVisitor.cs (3)
127SymbolKind.ErrorType => NamedTypesAreEquivalent((INamedTypeSymbol)x, (INamedTypeSymbol)y, equivalentTypesWithDifferingAssemblies), 367if (x.Kind == SymbolKind.ErrorType && 371Debug.Assert(y.Kind == SymbolKind.ErrorType);
Microsoft.CodeAnalysis.CodeStyle (4)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\ISymbolExtensions_Accessibility.cs (1)
126case SymbolKind.ErrorType:
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\SymbolEquivalenceComparer.EquivalenceVisitor.cs (3)
127SymbolKind.ErrorType => NamedTypesAreEquivalent((INamedTypeSymbol)x, (INamedTypeSymbol)y, equivalentTypesWithDifferingAssemblies), 367if (x.Kind == SymbolKind.ErrorType && 371Debug.Assert(y.Kind == SymbolKind.ErrorType);
Microsoft.CodeAnalysis.CSharp (73)
Binder\Binder.cs (1)
458RoslynDebug.Assert(member is null || member.Kind != SymbolKind.ErrorType);
Binder\Binder_Attributes.cs (1)
617if (namedArgumentNameSymbol.Kind == SymbolKind.ErrorType)
Binder\Binder_Crefs.cs (1)
53if (result.Kind == SymbolKind.ErrorType)
Binder\Binder_Expressions.cs (3)
1726bool isNamedType = (symbol.Kind == SymbolKind.NamedType) || (symbol.Kind == SymbolKind.ErrorType); 2183case SymbolKind.ErrorType: 8685case SymbolKind.ErrorType:
Binder\Binder_Patterns.cs (1)
1059if (strippedInputType.Kind is not SymbolKind.ErrorType and not SymbolKind.DynamicType and not SymbolKind.TypeParameter &&
Binder\Binder_Symbols.cs (3)
2359else if (singleResult.Kind == SymbolKind.ErrorType) 2418((object)qualifierOpt == null || qualifierOpt.Kind != SymbolKind.ErrorType)) // Suppress cascading. 2727if (forwardedType.Kind == SymbolKind.ErrorType)
Binder\HostObjectModeBinder.cs (2)
36if (hostObjectType.Kind == SymbolKind.ErrorType) 55if (hostObjectType.Kind != SymbolKind.ErrorType)
Binder\InMethodBinder.cs (1)
257if (newSymbolKind == SymbolKind.ErrorType)
Binder\LocalScopeBinder.cs (1)
506if (newSymbolKind == SymbolKind.ErrorType) return true;
Binder\Semantics\AccessCheck.cs (1)
183case SymbolKind.ErrorType:
Binder\WithLambdaParametersBinder.cs (1)
130case SymbolKind.ErrorType:
BoundTree\UnboundLambda.cs (1)
426bool hasErrors = !types.IsDefault && types.Any(static t => t.Type?.Kind == SymbolKind.ErrorType);
Compilation\CSharpSemanticModel.cs (2)
581if (type?.Kind != SymbolKind.ErrorType) 1775if (lookupResult.Symbols.Any(t => t.Kind == SymbolKind.NamedType || t.Kind == SymbolKind.Namespace || t.Kind == SymbolKind.ErrorType))
Compilation\SyntaxTreeSemanticModel.cs (1)
366if ((object)result == null || result.Kind == SymbolKind.ErrorType)
Compiler\ClsComplianceChecker.cs (1)
1246System.Diagnostics.Debug.Assert(symbol.Kind == SymbolKind.ErrorType);
Compiler\DocumentationCommentCompiler.cs (1)
782case SymbolKind.ErrorType:
Compiler\DocumentationCommentCompiler.IncludeElementExpander.cs (2)
569case SymbolKind.ErrorType: 591case SymbolKind.ErrorType:
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (2)
458SymbolKind.NamedType or SymbolKind.ErrorType => ((NamedTypeSymbol)otherContainer).TypeParameters, 780case SymbolKind.ErrorType:
Emitter\EditAndContinue\EmitHelpers.cs (1)
173if (type.Kind == SymbolKind.ErrorType)
Emitter\Model\PEModuleBuilder.cs (3)
1129if (namedTypeSymbol.OriginalDefinition.Kind == SymbolKind.ErrorType) 1134if (diagInfo == null && namedTypeSymbol.Kind == SymbolKind.ErrorType) 1302case SymbolKind.ErrorType:
FlowAnalysis\DefiniteAssignment.VariableIdentifier.cs (1)
35SymbolKind.ErrorType => true,
FlowAnalysis\NullableWalker.cs (1)
2091case { Kind: SymbolKind.ErrorType }:
Lowering\SynthesizedSubmissionFields.cs (1)
64if ((object)hostObjectTypeSymbol != null && hostObjectTypeSymbol.Kind != SymbolKind.ErrorType)
Symbols\AbstractTypeMap.cs (1)
118case SymbolKind.ErrorType:
Symbols\Attributes\SourceAttributeData.cs (1)
290if (parameterType.Kind != SymbolKind.NamedType && parameterType.Kind != SymbolKind.ErrorType)
Symbols\ErrorTypeSymbol.cs (1)
229return SymbolKind.ErrorType;
Symbols\ExtendedErrorTypeSymbol.cs (2)
38(containingSymbol.Kind == SymbolKind.ErrorType)); 317case SymbolKind.ErrorType:
Symbols\MemberSymbolExtensions.cs (4)
469case SymbolKind.ErrorType: 543case SymbolKind.ErrorType: 575case SymbolKind.ErrorType: 593case SymbolKind.ErrorType:
Symbols\Metadata\PE\DynamicTypeDecoder.cs (1)
153case SymbolKind.ErrorType:
Symbols\Metadata\PE\MetadataDecoder.cs (3)
230case SymbolKind.ErrorType: 316Debug.Assert(ReferenceEquals(newresult, result) || (newresult.Kind == SymbolKind.ErrorType)); 544Debug.Assert(scope.Kind == SymbolKind.NamedType || scope.Kind == SymbolKind.ErrorType);
Symbols\Metadata\PE\PEModuleSymbol.cs (1)
542return candidate.Kind != SymbolKind.ErrorType || !(candidate is MissingMetadataTypeSymbol);
Symbols\Metadata\PE\SymbolFactory.cs (1)
93if (arg.Key.Kind == SymbolKind.ErrorType &&
Symbols\Metadata\PE\TupleTypeDecoder.cs (1)
159case SymbolKind.ErrorType:
Symbols\MetadataOrSourceAssemblySymbol.cs (2)
97(corType.Kind == SymbolKind.ErrorType && 98_lazySpecialTypes[(int)typeId].Kind == SymbolKind.ErrorType));
Symbols\MethodSymbolExtensions.cs (1)
107case SymbolKind.ErrorType:
Symbols\NamespaceOrTypeSymbol.cs (1)
263if (scope.Kind == SymbolKind.ErrorType)
Symbols\Retargeting\RetargetingSymbolTranslator.cs (3)
227if (type.Kind == SymbolKind.ErrorType) 494if (newDefinition.Kind == SymbolKind.ErrorType && !newDefinition.IsGenericType) 659case SymbolKind.ErrorType:
Symbols\Source\SourceNamespaceSymbol.AliasesAndUsings.cs (1)
841else if (imported.Kind != SymbolKind.ErrorType)
Symbols\Symbol.cs (2)
199case SymbolKind.ErrorType: 649case SymbolKind.ErrorType:
Symbols\SymbolDistinguisher.cs (2)
57case SymbolKind.ErrorType: 194Debug.Assert(unwrappedSymbol.Kind == SymbolKind.DynamicType || unwrappedSymbol.Kind == SymbolKind.ErrorType || unwrappedSymbol.Kind == SymbolKind.FunctionPointerType);
Symbols\SymbolExtensions.cs (4)
139case SymbolKind.ErrorType: 205case SymbolKind.ErrorType: 260case SymbolKind.ErrorType: 516case SymbolKind.ErrorType:
Symbols\TypeSymbolExtensions.cs (3)
370return type.Kind == SymbolKind.ErrorType; 1832case SymbolKind.ErrorType: 2004case SymbolKind.ErrorType:
Symbols\TypeUnification.cs (2)
160case SymbolKind.ErrorType: 293case SymbolKind.ErrorType:
Symbols\VarianceSafety.cs (1)
336case SymbolKind.ErrorType:
Utilities\TypeSymbolExtensions.cs (2)
45case SymbolKind.ErrorType: 128case SymbolKind.ErrorType:
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpTypeInferenceService.TypeInferrer.cs (1)
639if (method.TypeArguments.Any(static t => t.Kind == SymbolKind.ErrorType))
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpTypeInferenceService.TypeInferrer.cs (1)
639if (method.TypeArguments.Any(static t => t.Kind == SymbolKind.ErrorType))
Microsoft.CodeAnalysis.Extensions.Package (4)
Symbols\ISymbolExtensions_Accessibility.cs (1)
126case SymbolKind.ErrorType:
Symbols\SymbolEquivalenceComparer.EquivalenceVisitor.cs (3)
127SymbolKind.ErrorType => NamedTypesAreEquivalent((INamedTypeSymbol)x, (INamedTypeSymbol)y, equivalentTypesWithDifferingAssemblies), 367if (x.Kind == SymbolKind.ErrorType && 371Debug.Assert(y.Kind == SymbolKind.ErrorType);
Microsoft.CodeAnalysis.Features (1)
Shared\Extensions\ISymbolExtensions_2.cs (1)
57case SymbolKind.ErrorType:
Microsoft.CodeAnalysis.ResxSourceGenerator (6)
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\Options\SymbolNamesWithValueOption.cs (2)
26internal const SymbolKind AllKinds = SymbolKind.ErrorType; 280case SymbolKind.ErrorType:
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\ISymbolExtensions_Accessibility.cs (1)
126case SymbolKind.ErrorType:
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\SymbolEquivalenceComparer.EquivalenceVisitor.cs (3)
127SymbolKind.ErrorType => NamedTypesAreEquivalent((INamedTypeSymbol)x, (INamedTypeSymbol)y, equivalentTypesWithDifferingAssemblies), 367if (x.Kind == SymbolKind.ErrorType && 371Debug.Assert(y.Kind == SymbolKind.ErrorType);
Microsoft.CodeAnalysis.VisualBasic (89)
Binding\Binder_Expressions.vb (4)
660If symbols.Count = 1 AndAlso symbols(0).Kind = SymbolKind.ErrorType Then 3302Case SymbolKind.NamedType, SymbolKind.ErrorType 3362Case SymbolKind.NamedType, SymbolKind.ErrorType 3443If candidate Is Nothing OrElse candidate.Kind = SymbolKind.ErrorType Then
Binding\Binder_Imports.vb (2)
118If aliasTarget.Kind <> SymbolKind.ErrorType Then 181If importedSymbol.Kind <> SymbolKind.ErrorType Then
Binding\Binder_Invocation.vb (1)
2304If targetType.Kind <> SymbolKind.ErrorType Then
Binding\Binder_Lookup.vb (1)
181Case SymbolKind.NamedType, SymbolKind.ErrorType
Binding\DocumentationCommentCrefBinder.vb (1)
855Case SymbolKind.NamedType, SymbolKind.ErrorType
Binding\DocumentationCommentCrefBinder_Compat.vb (1)
400Case SymbolKind.NamedType, SymbolKind.ErrorType
Compilation\ClsComplianceChecker.vb (1)
826Debug.Assert(symbol.Kind = SymbolKind.ErrorType)
Compilation\NamespaceScopeBuilder.vb (2)
38ElseIf target.Kind <> SymbolKind.ErrorType AndAlso Not target.ContainingAssembly.IsLinked Then 53Debug.Assert(target.Kind <> SymbolKind.ErrorType)
Emit\EditAndContinue\EmitHelpers.vb (1)
161If type.Kind = SymbolKind.ErrorType Then
Emit\EditAndContinue\VisualBasicSymbolMatcher.vb (2)
349SymbolKind.ErrorType 510SymbolKind.ErrorType
Emit\SymbolTranslator.vb (3)
132If namedTypeSymbol.OriginalDefinition.Kind = SymbolKind.ErrorType Then 136If diagInfo Is Nothing AndAlso namedTypeSymbol.Kind = SymbolKind.ErrorType Then 255Case SymbolKind.NamedType, SymbolKind.ErrorType
Lowering\SynthesizedSubmissionFields.vb (1)
57If hostObjectTypeSymbol IsNot Nothing AndAlso hostObjectTypeSymbol.Kind <> SymbolKind.ErrorType Then
Semantics\AccessCheck.vb (3)
112Case SymbolKind.ErrorType 498Case SymbolKind.NamedType, SymbolKind.ErrorType 599Case SymbolKind.TypeParameter, SymbolKind.ErrorType
Semantics\Conversions.vb (36)
708Debug.Assert(destination.Kind <> SymbolKind.ErrorType) 876Debug.Assert(targetType.Kind <> SymbolKind.ErrorType) 890Debug.Assert(targetType.Kind <> SymbolKind.ErrorType) 913Debug.Assert(source.Kind <> SymbolKind.ErrorType) 915Debug.Assert(destination.Kind <> SymbolKind.ErrorType) 943Debug.Assert(destination.Kind <> SymbolKind.ErrorType) 1000If sourceType.Kind <> SymbolKind.ErrorType Then 1019Debug.Assert(destination.Kind <> SymbolKind.ErrorType) 1441Debug.Assert(booleanType.Kind <> SymbolKind.ErrorType) 1725Debug.Assert(source.Kind <> SymbolKind.ErrorType) 1726Debug.Assert(destination.Kind <> SymbolKind.ErrorType) 1790Debug.Assert(destination.Kind <> SymbolKind.ErrorType) 1819If sourceType.Kind <> SymbolKind.ErrorType Then 1829Debug.Assert(source.Kind <> SymbolKind.ErrorType) 1831Debug.Assert(destination.Kind <> SymbolKind.ErrorType) 1846Debug.Assert(destination.Kind <> SymbolKind.ErrorType) 1875If sourceType.Kind <> SymbolKind.ErrorType Then 2068Return If(valueType.Kind = SymbolKind.ErrorType, Nothing, valueType) 2087Debug.Assert(source.Kind <> SymbolKind.ErrorType) 2088Debug.Assert(destination.Kind <> SymbolKind.ErrorType) 2111Debug.Assert(destination.Kind <> SymbolKind.ErrorType) 2130Debug.Assert(sourceType.Kind <> SymbolKind.ErrorType) 2196Debug.Assert(source.Kind <> SymbolKind.ErrorType) 2198Debug.Assert(destination.Kind <> SymbolKind.ErrorType) 2470If dstUnderlying Is destination OrElse dstUnderlying.Kind = SymbolKind.ErrorType Then 2486If dstUnderlyingElement.Kind = SymbolKind.ErrorType Then 2492If arrayElement.Kind = SymbolKind.ErrorType Then 3030If srcElem.Kind = SymbolKind.ErrorType OrElse dstElem.Kind = SymbolKind.ErrorType Then 3368If underlying.Kind <> SymbolKind.ErrorType Then 3482If srcUnderlying.Kind = SymbolKind.ErrorType OrElse Not srcUnderlying.IsValueType OrElse srcUnderlying.IsNullableType() Then 3490If dstUnderlying.Kind = SymbolKind.ErrorType OrElse Not dstUnderlying.IsValueType OrElse dstUnderlying.IsNullableType() Then 3759If valueType.Kind <> SymbolKind.ErrorType Then 3775If constraint.Kind = SymbolKind.ErrorType Then 3919If valueType.Kind <> SymbolKind.ErrorType AndAlso IsDerivedFrom(valueType, source, useSiteInfo) Then 3940If constraint.Kind = SymbolKind.ErrorType Then
Semantics\OverloadResolution.vb (3)
3385If targetType.Kind = SymbolKind.ErrorType Then 3460If targetType.Kind = SymbolKind.ErrorType Then 5117Case SymbolKind.NamedType, SymbolKind.ErrorType
Semantics\TypeInference\TypeArgumentInference.vb (1)
970If targetType.Kind = SymbolKind.ErrorType Then
Symbols\AssemblySymbol.vb (1)
724Return candidate IsNot Nothing AndAlso (candidate.Kind <> SymbolKind.ErrorType OrElse Not (TypeOf candidate Is MissingMetadataTypeSymbol))
Symbols\Attributes\SourceAttributeData.vb (1)
172If parameterType.Kind <> SymbolKind.NamedType AndAlso parameterType.Kind <> SymbolKind.ErrorType Then
Symbols\BaseTypeAnalysis.vb (1)
195If current Is Nothing OrElse current.Kind = SymbolKind.ErrorType Then
Symbols\ConstraintsHelper.vb (2)
770Case SymbolKind.ErrorType 801Case SymbolKind.ErrorType
Symbols\ErrorTypeSymbol.vb (1)
106Return SymbolKind.ErrorType
Symbols\Metadata\PE\MetadataDecoder.vb (2)
202Case SymbolKind.NamedType, SymbolKind.ErrorType 277Debug.Assert(newresult Is result OrElse (newresult.Kind = SymbolKind.ErrorType))
Symbols\Metadata\PE\PEModuleSymbol.vb (1)
384Return candidate.Kind <> SymbolKind.ErrorType OrElse Not (TypeOf candidate Is MissingMetadataTypeSymbol)
Symbols\Metadata\PE\SymbolFactory.vb (1)
81If arg.Key.Kind = SymbolKind.ErrorType AndAlso
Symbols\Metadata\PE\TupleTypeDecoder.vb (1)
127Case SymbolKind.ErrorType
Symbols\MetadataOrSourceAssemblySymbol.vb (2)
83(corType.Kind = SymbolKind.ErrorType AndAlso 84_lazySpecialTypes(CInt(typeId)).Kind = SymbolKind.ErrorType))
Symbols\Retargeting\RetargetingSymbolTranslator.vb (3)
171If type.Kind = SymbolKind.ErrorType Then 395If newDefinition.Kind = SymbolKind.ErrorType AndAlso Not newDefinition.IsGenericType Then 551Case SymbolKind.ErrorType, SymbolKind.NamedType
Symbols\Source\SourceFile.vb (1)
69Debug.Assert(Not memberImports.Any(Function(i) i.NamespaceOrType.Kind = SymbolKind.ErrorType))
Symbols\Source\SourceMemberContainerTypeSymbol.vb (1)
949Case SymbolKind.ErrorType
Symbols\Symbol.vb (2)
251Case SymbolKind.ErrorType 620SymbolKind.ErrorType,
Symbols\SymbolExtensions.vb (1)
308Case SymbolKind.NamedType, SymbolKind.ErrorType
Symbols\TypeSubstitution.vb (1)
569((targetGenericDefinition.Kind = SymbolKind.NamedType OrElse targetGenericDefinition.Kind = SymbolKind.ErrorType) AndAlso
Symbols\TypeSymbol.vb (1)
378If Me.Kind <> SymbolKind.ErrorType Then
Symbols\TypeSymbolExtensions.vb (1)
158Return type.Kind = SymbolKind.ErrorType
Utilities\TypeUnification.vb (2)
106Case SymbolKind.NamedType, SymbolKind.ErrorType 243Case SymbolKind.NamedType, SymbolKind.ErrorType
Microsoft.CodeAnalysis.VisualBasic.Features (1)
ExtractMethod\Extensions.vb (1)
469Return type Is Nothing OrElse type.Kind = SymbolKind.ErrorType
Microsoft.CodeAnalysis.Workspaces (4)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\ISymbolExtensions_Accessibility.cs (1)
126case SymbolKind.ErrorType:
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\SymbolEquivalenceComparer.EquivalenceVisitor.cs (3)
127SymbolKind.ErrorType => NamedTypesAreEquivalent((INamedTypeSymbol)x, (INamedTypeSymbol)y, equivalentTypesWithDifferingAssemblies), 367if (x.Kind == SymbolKind.ErrorType && 371Debug.Assert(y.Kind == SymbolKind.ErrorType);
Microsoft.Extensions.Options.SourceGeneration (1)
Parser.cs (1)
82if (modelType.Kind == SymbolKind.ErrorType)
Roslyn.Diagnostics.Analyzers (7)
AbstractDoNotCopyValue.cs (1)
1510case SymbolKind.ErrorType:
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\Options\SymbolNamesWithValueOption.cs (2)
26internal const SymbolKind AllKinds = SymbolKind.ErrorType; 280case SymbolKind.ErrorType:
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\ISymbolExtensions_Accessibility.cs (1)
126case SymbolKind.ErrorType:
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\SymbolEquivalenceComparer.EquivalenceVisitor.cs (3)
127SymbolKind.ErrorType => NamedTypesAreEquivalent((INamedTypeSymbol)x, (INamedTypeSymbol)y, equivalentTypesWithDifferingAssemblies), 367if (x.Kind == SymbolKind.ErrorType && 371Debug.Assert(y.Kind == SymbolKind.ErrorType);
Roslyn.Diagnostics.CSharp.Analyzers (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpTypeInferenceService.TypeInferrer.cs (1)
639if (method.TypeArguments.Any(static t => t.Kind == SymbolKind.ErrorType))