8 references to WRN_IsTypeNamedUnderscore
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Operators.cs (1)
3233
diagnostics.Add(ErrorCode.
WRN_IsTypeNamedUnderscore
, node.Right.Location, typeExpression.AliasOpt ?? (Symbol)targetType);
Errors\ErrorFacts.cs (2)
451
case ErrorCode.
WRN_IsTypeNamedUnderscore
:
1873
case ErrorCode.
WRN_IsTypeNamedUnderscore
:
Generated\ErrorFacts.Generated.cs (1)
189
case ErrorCode.
WRN_IsTypeNamedUnderscore
:
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (3)
Semantics\PatternMatchingTests2.cs (1)
1193
Diagnostic(ErrorCode.
WRN_IsTypeNamedUnderscore
, "_").WithArguments("Program1._").WithLocation(11, 31)
Semantics\PatternMatchingTests4.cs (2)
1570
Diagnostic(ErrorCode.
WRN_IsTypeNamedUnderscore
, "_").WithArguments("_").WithLocation(9, 32)
1597
Diagnostic(ErrorCode.
WRN_IsTypeNamedUnderscore
, "_").WithArguments("_").WithLocation(9, 32),
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
283
case ErrorCode.
WRN_IsTypeNamedUnderscore
: