コード例 #1
0
 public ModuleToken GetModuleTokenForType(EcmaType type, bool throwIfNotFound = true)
 {
     return(_resolver.GetModuleTokenForType(type, throwIfNotFound));
 }
コード例 #2
0
ファイル: SignatureContext.cs プロジェクト: mikem8361/runtime
 public ModuleToken GetModuleTokenForType(EcmaType type, bool throwIfNotFound = true)
 {
     return(Resolver.GetModuleTokenForType(type, allowDynamicallyCreatedReference: true, throwIfNotFound: throwIfNotFound));
 }