5 instantiations of MissingTemplateException
System.Private.TypeLoader (5)
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (1)
604throw new TypeBuilder.MissingTemplateException();
Internal\Runtime\TypeLoader\TypeBuilder.cs (3)
297throw new MissingTemplateException(); 348throw new MissingTemplateException(); 412throw new TypeBuilder.MissingTemplateException();
Internal\TypeSystem\TypeDesc.Runtime.cs (1)
216throw new TypeBuilder.MissingTemplateException();
5 references to MissingTemplateException
System.Private.TypeLoader (5)
Internal\Runtime\TypeLoader\TypeBuilder.cs (4)
1143catch (MissingTemplateException) 1169catch (MissingTemplateException) 1251catch (MissingTemplateException) 1270catch (MissingTemplateException e)
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.cs (1)
174catch (TypeBuilder.MissingTemplateException)