5 references to ExtendedErrorTypeSymbol
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Symbols.cs (1)
834
return TypeWithAnnotations.Create(new
ExtendedErrorTypeSymbol
(qualifierOpt ?? this.Compilation.Assembly.GlobalNamespace, string.Empty, arity: 0, errorInfo: null));
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (1)
467
_fixedResults[i] = (TypeWithAnnotations.Create(new
ExtendedErrorTypeSymbol
(_constructedContainingTypeOfMethod, _methodTypeParameters[i].Name, 0, null, false)), false);
Compilation\CSharpCompilation.cs (1)
325
return new
ExtendedErrorTypeSymbol
(
Symbols\ExtendedErrorTypeSymbol.cs (1)
29
:
this
(compilation.Assembly.GlobalNamespace, name, arity, errorInfo, unreported, variableUsedBeforeDeclaration)
Symbols\ReducedExtensionMethodSymbol.cs (1)
145
var otherArgumentType = new
ExtendedErrorTypeSymbol
(errorNamespace, name: string.Empty, arity: 0, errorInfo: null, unreported: false);