5 instantiations of MissingTemplateException
System.Private.TypeLoader (5)
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (1)
610throw 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)
1206catch (MissingTemplateException) 1232catch (MissingTemplateException) 1314catch (MissingTemplateException) 1333catch (MissingTemplateException e)
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.cs (1)
174catch (TypeBuilder.MissingTemplateException)