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