3 references to Create
Microsoft.CodeAnalysis.CSharp.Scripting (3)
CSharpScript.cs (2)
69
return
Create
<object>(code, options, globalsType, assemblyLoader);
100
return
Create
<T>(code, options, globalsType ?? globals?.GetType()).RunAsync(globals, cancellationToken);
Hosting\CSharpReplServiceProvider.cs (1)
27
=> CSharpScript.
Create
<T>(code, options, globalsTypeOpt, assemblyLoader);