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