11 instantiations of ExtendedErrorTypeSymbol
Microsoft.CodeAnalysis.VisualBasic (11)
Binding\Binder.vb (1)
649Return New ExtendedErrorTypeSymbol(errorInfo, name, 0, candidateSymbols, resultKind, reportErrorWhenReferenced)
Binding\Binder_Expressions.vb (1)
3964Return New ExtendedErrorTypeSymbol(Nothing, commonName)
Compilation\VisualBasicCompilation.vb (1)
2813Return New ExtendedErrorTypeSymbol(
Symbols\ExtendedErrorTypeSymbol.vb (3)
33Me.New(errorInfo, String.Empty, 0, reportErrorWhenReferenced, nonErrorGuessType) 40Me.New(errorInfo, name, 0, reportErrorWhenReferenced, nonErrorGuessType) 95Me.New(DirectCast(Nothing, DiagnosticInfo), name, arity)
Symbols\Metadata\PE\PENamedTypeSymbol.vb (1)
305Return New ExtendedErrorTypeSymbol(diag, True)
Symbols\Retargeting\RetargetingNamedTypeSymbol.vb (1)
378Return New ExtendedErrorTypeSymbol(diag, True)
Symbols\Retargeting\RetargetingSymbolTranslator.vb (1)
830Return New ExtendedErrorTypeSymbol(errorInfo, type.Name, type.Arity, type.CandidateSymbols, type.ResultKind, True)
Symbols\Source\SourceNamedTypeSymbol.vb (2)
1365Return New ExtendedErrorTypeSymbol(diag, False) 1464result.Add(New ExtendedErrorTypeSymbol(diag, False))
4 references to ExtendedErrorTypeSymbol
Microsoft.CodeAnalysis.VisualBasic (3)
Binding\Binder_ObjectInitializer.vb (1)
25Dim extendedErrorType = TryCast(type, ExtendedErrorTypeSymbol)
Symbols\ExtendedErrorTypeSymbol.vb (2)
152Dim other As ExtendedErrorTypeSymbol = TryCast(obj, ExtendedErrorTypeSymbol)
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (1)
Attributes\AttributeTests_WellKnownAttributes.vb (1)
3292Assert.IsType(Of ExtendedErrorTypeSymbol)(extendedError)