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