57 references to IsErrorType
Microsoft.CodeAnalysis.VisualBasic (57)
Symbols\ArrayTypeSymbol.vb (3)
84
If iListOfT.
IsErrorType
() Then
85
If Not iReadOnlyListOfT.
IsErrorType
() Then
88
ElseIf iReadOnlyListOfT.
IsErrorType
() Then
Symbols\AssemblySymbol.vb (7)
569
Debug.Assert(Not type.
IsErrorType
())
581
Debug.Assert(Not type.
IsErrorType
())
595
Debug.Assert(If(Not type?.
IsErrorType
(), True))
614
Debug.Assert(If(Not result?.
IsErrorType
(), True))
638
Debug.Assert(If(Not corLibCandidate?.
IsErrorType
(), True))
658
Debug.Assert(If(Not candidate?.
IsErrorType
(), True))
687
Debug.Assert(If(Not result?.
IsErrorType
(), True))
Symbols\Attributes\AttributeData.vb (1)
88
Debug.Assert(Not attributeType.
IsErrorType
())
Symbols\Attributes\PEAttributeData.vb (1)
166
If attributeClass.
IsErrorType
() OrElse attributeCtor Is Nothing Then
Symbols\Attributes\SourceAttributeData.vb (1)
299
If attributeClass.
IsErrorType
() AndAlso Not TypeOf attributeClass Is MissingMetadataTypeSymbol Then
Symbols\ConstraintsHelper.vb (2)
655
If typeArgument.
IsErrorType
() Then
923
If constraintType.
IsErrorType
() Then
Symbols\InstanceTypeSymbol.vb (1)
187
If base.
IsErrorType
() AndAlso TypeOf base Is NoPiaIllegalGenericInstantiationSymbol Then
Symbols\Metadata\PE\MetadataDecoder.vb (3)
118
Debug.Assert(If(Not result?.
IsErrorType
(), True))
153
Debug.Assert(If(Not result?.
IsErrorType
(), True))
326
Debug.Assert(If(Not candidate?.
IsErrorType
(), True))
Symbols\Metadata\PE\PEFieldSymbol.vb (1)
257
If selfOrUnderlyingType.
IsErrorType
OrElse
Symbols\Metadata\PE\PEModuleSymbol.vb (1)
345
Debug.Assert(If(Not currentModuleResult?.
IsErrorType
(), True))
Symbols\MetadataOrSourceAssemblySymbol.vb (1)
53
Debug.Assert(If(Not result?.
IsErrorType
(), True))
Symbols\NamedTypeSymbol.vb (1)
168
Debug.Assert(Me.
IsErrorType
OrElse Not (TypeOf Me Is SourceNamedTypeSymbol) OrElse Not Name.Contains("."), "type name contains dots: " + Name)
Symbols\NonMissingAssemblySymbol.vb (3)
98
If Not result.
IsErrorType
() AndAlso result.ContainingAssembly Is Me Then
107
Debug.Assert(result Is Nothing OrElse (result.ContainingAssembly Is Me AndAlso Not result.
IsErrorType
()))
153
Debug.Assert(result Is Nothing OrElse (result.ContainingAssembly Is Me AndAlso Not result.
IsErrorType
()))
Symbols\NonMissingModuleSymbol.vb (1)
166
Debug.Assert(If(Not result?.
IsErrorType
(), True))
Symbols\NoPiaIllegalGenericInstantiationSymbol.vb (1)
48
If _underlyingSymbol.
IsErrorType
() Then
Symbols\Retargeting\RetargetingNamedTypeSymbol.vb (1)
500
Debug.Assert(Not underlying.
IsErrorType
())
Symbols\Retargeting\RetargetingNamespaceSymbol.vb (1)
179
Debug.Assert(Not underlying.
IsErrorType
())
Symbols\Retargeting\RetargetingSymbolTranslator.vb (2)
372
Debug.Assert(Not result1.
IsErrorType
())
936
If retargetedType.
IsErrorType
() Then
Symbols\Source\CustomEventAccessorSymbol.vb (5)
184
Not eventType.
IsErrorType
Then
215
If Not eventType.
IsErrorType
AndAlso Not TypeSymbol.Equals(eventType, parameterType, TypeCompareKind.ConsiderEverything) Then
228
If Not registrationTokenType.
IsErrorType
AndAlso firstImplementedEvent.IsWindowsRuntimeEvent <> (TypeSymbol.Equals(parameterType, registrationTokenType, TypeCompareKind.ConsiderEverything)) Then
235
If Not registrationTokenType.
IsErrorType
AndAlso Not TypeSymbol.Equals(parameterType, registrationTokenType, TypeCompareKind.ConsiderEverything) Then
239
If Not eventType.
IsErrorType
AndAlso Not TypeSymbol.Equals(eventType, parameterType, TypeCompareKind.ConsiderEverything) Then
Symbols\Source\SourceAssemblySymbol.vb (2)
415
If forwarded.
IsErrorType
() Then
939
Return Not obj.
IsErrorType
() AndAlso obj.DeclaredAccessibility = Accessibility.Public
Symbols\Source\SourceEventSymbol.vb (1)
244
If Not type.
IsErrorType
() Then
Symbols\Source\SourceMemberContainerTypeSymbol.vb (1)
470
If Not implemented.
IsErrorType
() Then
Symbols\Source\SourceMemberFieldSymbol.vb (2)
117
If Not varType.
IsErrorType
() Then
217
If Not varType.
IsErrorType
() Then
Symbols\Source\SourceMethodSymbol.vb (1)
2308
If Not retType.
IsErrorType
() Then
Symbols\Source\SourceNamedTypeSymbol.vb (3)
1464
Dim diag = If(isInterface AndAlso Not t.
IsErrorType
(), GetDependenceDiagnosticForBase(Me, t), Nothing)
1472
If Not t.
IsErrorType
() Then
2629
If formClass.
IsErrorType
() OrElse Not Me.IsOrDerivedFrom(formClass, useSiteInfo:=CompoundUseSiteInfo(Of AssemblySymbol).Discarded) Then
Symbols\Source\SourceNamedTypeSymbol_GroupClass.vb (1)
143
If Not attributeType.
IsErrorType
() Then
Symbols\Source\SourcePropertyAccessorSymbol.vb (1)
435
If (Not propertyType.
IsErrorType
()) AndAlso (Not valueParameterType.IsErrorType()) Then
Symbols\Source\SynthesizedEventAccessorSymbol.vb (3)
148
If fieldType.
IsErrorType
Then
350
delegateType.
IsErrorType
).MakeCompilerGenerated
427
delegateType.
IsErrorType
).MakeCompilerGenerated
Symbols\SpecialMembers.vb (1)
70
If Not type.
IsErrorType
() Then
Symbols\Tuples\TupleTypeSymbol.vb (2)
173
If Me._underlyingType.
IsErrorType
() Then
831
Dim diagnosticInfo = If(container.
IsErrorType
(),
Symbols\TypeSymbolExtensions.vb (2)
663
If typeArgument.
IsErrorType
Then
674
If typeWithContainingAssembly.
IsErrorType
Then