Exemple #1
0
 public ModuleToken GetModuleTokenForType(EcmaType type, bool throwIfNotFound = true)
 {
     return(_resolver.GetModuleTokenForType(type, throwIfNotFound));
 }
 public ModuleToken GetModuleTokenForType(EcmaType type, bool throwIfNotFound = true)
 {
     return(Resolver.GetModuleTokenForType(type, allowDynamicallyCreatedReference: true, throwIfNotFound: throwIfNotFound));
 }