14 references to ExtendedErrorTypeSymbol
Microsoft.CodeAnalysis.CSharp (14)
Binder\Binder.WithQueryLambdaParametersBinder.cs (1)
90
new
ExtendedErrorTypeSymbol
(this.Compilation, "", 0, info));
Binder\Binder_Expressions.cs (4)
224
return new
ExtendedErrorTypeSymbol
(this.Compilation, name, arity: 0, errorInfo: null, unreported: false);
1812
type = new
ExtendedErrorTypeSymbol
(
1875
type = new
ExtendedErrorTypeSymbol
(
1891
type = new
ExtendedErrorTypeSymbol
(
Binder\Binder_Invocation.cs (2)
1620
var returnType = GetCommonTypeOrReturnType(methods) ?? new
ExtendedErrorTypeSymbol
(this.Compilation, string.Empty, arity: 0, errorInfo: null);
1836
TypeSymbol returnType = new
ExtendedErrorTypeSymbol
(this.Compilation, string.Empty, arity: 0, errorInfo: null);
Binder\Binder_Lookup.cs (1)
840
var error = new
ExtendedErrorTypeSymbol
(this.Compilation, name, arity, diagInfo, unreported: true);
Binder\Binder_Symbols.cs (1)
1329
return new
ExtendedErrorTypeSymbol
(this.Compilation, name, arity, diagnosticInfo, unreported: false);
Binder\DecisionDagBuilder.cs (1)
699
return new
ExtendedErrorTypeSymbol
(this._compilation, name, arity: 0, errorInfo: null, unreported: false);
Compilation\CSharpCompilation.cs (1)
1586
var errorType = new
ExtendedErrorTypeSymbol
(this, type.Name, 0, CreateReflectionTypeNotFoundError(type));
Lowering\LocalRewriter\LocalRewriter.cs (1)
561
TypeSymbol returnType = new
ExtendedErrorTypeSymbol
(compilation: compilation, name: descriptor.Name, errorInfo: null, arity: descriptor.Arity);
Symbols\Source\LambdaSymbol.cs (1)
351
type = TypeWithAnnotations.Create(new
ExtendedErrorTypeSymbol
(compilation, name: string.Empty, arity: 0, errorInfo: null));
Symbols\Source\LocalFunctionOrSourceMemberMethodSymbol.cs (1)
33
elementType = TypeWithAnnotations.Create(new
ExtendedErrorTypeSymbol
(DeclaringCompilation, name: "", arity: 0, errorInfo: null, unreported: false));