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