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