11 references to ExtendedErrorTypeSymbol
Microsoft.CodeAnalysis.CSharp (11)
Binder\Binder_Expressions.cs (4)
227
return new
ExtendedErrorTypeSymbol
(this.Compilation, name, arity: 0, errorInfo: null, unreported: false);
1965
type = new
ExtendedErrorTypeSymbol
(
2028
type = new
ExtendedErrorTypeSymbol
(
2044
type = new
ExtendedErrorTypeSymbol
(
Binder\Binder_Invocation.cs (2)
1942
var returnType = GetCommonTypeOrReturnType(methods) ?? new
ExtendedErrorTypeSymbol
(this.Compilation, string.Empty, arity: 0, errorInfo: null);
2172
TypeSymbol returnType = new
ExtendedErrorTypeSymbol
(this.Compilation, string.Empty, arity: 0, errorInfo: null);
Binder\DecisionDagBuilder.cs (1)
729
return new
ExtendedErrorTypeSymbol
(this._compilation, name, arity: 0, errorInfo: null, unreported: false);
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)
373
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));
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListTypeSymbol.cs (1)
227
return new
ExtendedErrorTypeSymbol
(compilation, name, arity: 1, diagnosticInfo, unreported: true);