2 references to FactoryName
Microsoft.CodeAnalysis.CSharp (2)
Symbols\NamedTypeSymbol.cs (1)
456
var name = (TypeKind == TypeKind.Submission) ? SynthesizedEntryPointSymbol.
FactoryName
: SynthesizedEntryPointSymbol.MainName;
Symbols\Synthesized\SynthesizedEntryPointSymbol.cs (1)
548
get { return
FactoryName
; }