15 references to ExtendedErrorTypeSymbol
Microsoft.CodeAnalysis.CSharp (15)
Binder\Binder.WithQueryLambdaParametersBinder.cs (1)
90
new
ExtendedErrorTypeSymbol
(this.Compilation, "", 0, info));
Binder\Binder_Expressions.cs (4)
232
return new
ExtendedErrorTypeSymbol
(this.Compilation, name, arity: 0, errorInfo: null, unreported: false);
2007
type = new
ExtendedErrorTypeSymbol
(
2070
type = new
ExtendedErrorTypeSymbol
(
2086
type = new
ExtendedErrorTypeSymbol
(
Binder\Binder_Invocation.cs (2)
2013
var returnType = GetCommonTypeOrReturnType(methods) ?? new
ExtendedErrorTypeSymbol
(this.Compilation, string.Empty, arity: 0, errorInfo: null);
2254
TypeSymbol returnType = new
ExtendedErrorTypeSymbol
(this.Compilation, string.Empty, arity: 0, errorInfo: null);
Binder\Binder_Lookup.cs (1)
928
var error = new
ExtendedErrorTypeSymbol
(this.Compilation, name, arity, diagInfo, unreported: true);
Binder\Binder_Symbols.cs (1)
1339
return new
ExtendedErrorTypeSymbol
(this.Compilation, name, arity, diagnosticInfo, unreported: false);
Binder\DecisionDagBuilder.cs (1)
729
return new
ExtendedErrorTypeSymbol
(this._compilation, name, arity: 0, errorInfo: null, unreported: false);
Compilation\CSharpCompilation.cs (1)
1764
var errorType = new
ExtendedErrorTypeSymbol
(this, type.Name, 0, CreateReflectionTypeNotFoundError(type));
Lowering\LocalRewriter\LocalRewriter.cs (1)
631
TypeSymbol returnType = new
ExtendedErrorTypeSymbol
(compilation: compilation, name: descriptor.Name, errorInfo: null, arity: descriptor.Arity);
Symbols\Source\LambdaSymbol.cs (1)
362
: 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));
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListTypeSymbol.cs (1)
228
return new
ExtendedErrorTypeSymbol
(compilation, name, arity: 1, diagnosticInfo, unreported: true);