3 references to ERR_AliasQualifiedNameNotAnExpression
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Invocation.cs (1)
2408diagnostics.Add(ErrorCode.ERR_AliasQualifiedNameNotAnExpression, argument.Location);
Errors\ErrorFacts.cs (1)
1709or ErrorCode.ERR_AliasQualifiedNameNotAnExpression
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\NameOfTests.cs (1)
281Diagnostic(ErrorCode.ERR_AliasQualifiedNameNotAnExpression, "global::Program").WithLocation(31, 20),