I've had to add the following protective coding:
if (assembly.GetName().Name == "Microsoft.CodeAnalysis.Scripting") continue;
in:
ReflectionX.cs Line 68
ObjectX.cs Line 367
CodeGenerator.cs Line 88 [Although assembly is misspelled here. :)]
Just figured I'd post for anyone else encountering this issue.