2 references to GetName
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (1)
5219
return BindClassCreationExpression(node, (NamedTypeSymbol)type,
GetName
(node.Type), diagnostics, originalType);
Binder\Binder_Invocation.cs (1)
246
string name = boundExpression.Kind == BoundKind.MethodGroup ?
GetName
(node.Expression) : null;