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