8 references to IDS_SK_TYPE
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder.ValueChecks.cs (2)
741
Error(diagnostics, ErrorCode.ERR_BadSKknown, node, type.Type, MessageID.
IDS_SK_TYPE
.Localize(), MessageID.IDS_SK_VARIABLE.Localize());
1020
Error(diagnostics, ErrorCode.ERR_BadSKunknown, expr.Syntax, expr.Type, MessageID.
IDS_SK_TYPE
.Localize());
Binder\Binder_Lookup.cs (2)
1780
diagInfo = diagnose ? new CSDiagnosticInfo(ErrorCode.ERR_HasNoTypeVars, namedType, MessageID.
IDS_SK_TYPE
.Localize()) : null;
1785
diagInfo = diagnose ? new CSDiagnosticInfo(ErrorCode.ERR_BadArity, namedType, MessageID.
IDS_SK_TYPE
.Localize(), namedType.Arity) : null;
Binder\Binder_Symbols.cs (2)
340
var diagnosticInfo = diagnostics.Add(ErrorCode.ERR_BadSKknown, syntax.Location, syntax, symbol.Symbol.GetKindText(), MessageID.
IDS_SK_TYPE
.Localize());
1378
Error(diagnostics, ErrorCode.ERR_BadArity, typeSyntax, type, MessageID.
IDS_SK_TYPE
.Localize(), typeArgumentsSyntax.Count);
Binder\LookupResult.cs (1)
204
var diagInfo = diagnose ? new CSDiagnosticInfo(ErrorCode.ERR_BadSKknown, unwrappedSymbol.Name, unwrappedSymbol.GetKindText(), MessageID.
IDS_SK_TYPE
.Localize()) : null;
Symbols\SymbolKindExtensions.cs (1)
23
return MessageID.
IDS_SK_TYPE
.Localize();