2 references to NotLabel
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (1)
2392
return BadExpression(node, LookupResultKind.
NotLabel
);
Binder\LookupResult.cs (1)
193
return new SingleLookupResult(LookupResultKind.
NotLabel
, symbol, error);