Skip to content

Commit 9e835d3

Browse files
dsymeKevinRansom
authored andcommitted
re-enable code (#6620)
1 parent 4841e2d commit 9e835d3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/absil/ilreflect.fs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2003,9 +2003,6 @@ let createTypeRef (visited: Dictionary<_, _>, created: Dictionary<_, _>) emEnv t
20032003
visited.[tref] <- true
20042004
let tdef = envGetTypeDef emEnv tref
20052005
if verbose2 then dprintf "- traversing type %s\n" typB.FullName
2006-
#if FX_NO_APP_DOMAINS
2007-
traverseTypeDef tref tdef
2008-
#else
20092006
// This looks like a special case (perhaps bogus) of the dependency logic above, where
20102007
// we require the type r.Name, though with "nestingToProbe" being the enclosing types of the
20112008
// type being defined.
@@ -2029,7 +2026,7 @@ let createTypeRef (visited: Dictionary<_, _>, created: Dictionary<_, _>) emEnv t
20292026
traverseTypeDef tref tdef
20302027
finally
20312028
System.AppDomain.CurrentDomain.remove_TypeResolve typeCreationHandler
2032-
#endif
2029+
20332030
// At this point, we've done everything we can to prepare the type for loading by eagerly forcing the
20342031
// load of other types. Everything else is up to the implementation of System.Reflection.Emit.
20352032
if not (created.ContainsKey tref) then

0 commit comments

Comments
 (0)