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