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