8 references to WRN_IsTypeNamedUnderscore
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Operators.cs (1)
4703
diagnostics.Add(ErrorCode.
WRN_IsTypeNamedUnderscore
, node.Right.Location, typeExpression.AliasOpt ?? (Symbol)targetType);
Errors\ErrorFacts.cs (2)
464
case ErrorCode.
WRN_IsTypeNamedUnderscore
:
1930
or ErrorCode.
WRN_IsTypeNamedUnderscore
Generated\ErrorFacts.Generated.cs (1)
189
case ErrorCode.
WRN_IsTypeNamedUnderscore
:
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (3)
Semantics\PatternMatchingTests2.cs (1)
1189
Diagnostic(ErrorCode.
WRN_IsTypeNamedUnderscore
, "_").WithArguments("Program1._").WithLocation(11, 31)
Semantics\PatternMatchingTests4.cs (2)
1569
Diagnostic(ErrorCode.
WRN_IsTypeNamedUnderscore
, "_").WithArguments("_").WithLocation(9, 32)
1596
Diagnostic(ErrorCode.
WRN_IsTypeNamedUnderscore
, "_").WithArguments("_").WithLocation(9, 32),
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
283
case ErrorCode.
WRN_IsTypeNamedUnderscore
: