9 references to ThrowIfNull
Microsoft.CodeAnalysis.InteractiveHost (9)
AsyncLazy`1.cs (3)
114Contract.ThrowIfNull(asynchronousComputeFunction); 248Contract.ThrowIfNull(_synchronousComputeFunction); 361Contract.ThrowIfNull(_asynchronousComputeFunction);
Interactive\Core\InteractiveHost.cs (4)
366Contract.ThrowIfNull(code); 381Contract.ThrowIfNull(path); 395Contract.ThrowIfNull(reference); 406Contract.ThrowIfNull(baseDirectory);
Interactive\Core\InteractiveHost.LazyRemoteService.cs (1)
115Contract.ThrowIfNull(result.InitializationResult);
Interactive\Core\InteractiveHostOptions.cs (1)
42Contract.ThrowIfNull(hostPath);