Esempio n. 1
0
 public CompilationBase(Compilation compilation, EntryPointResolutionType resolutionType, string entryPointName)
 {
     _compilation    = compilation;
     _resolutionType = resolutionType;
     _entryPointName = entryPointName;
 }
Esempio n. 2
0
 public CompilationBase(EntryPointResolutionType resolutionType, string entryPointName)
 {
     _resolutionType = resolutionType;
     _entryPointName = entryPointName;
 }