5 references to Process
Microsoft.CodeAnalysis.ExpressionEvaluator.FunctionResolver.UnitTests (5)
CSharpFunctionResolverTests.cs (4)
136
using (var process = new
Process
(shouldEnable: true))
158
using (var process = new
Process
(shouldEnable: false))
181
using (var process = new
Process
(shouldEnable: true))
203
using (var process = new
Process
(shouldEnable: false))
Process.cs (1)
17
internal Process(params Module[] modules) :
this
(true, modules)