2 references to Create
Microsoft.CodeAnalysis.CSharp (2)
Binder\BinderFactory.BinderFactoryVisitor.cs (1)
977
result = WithUsingNamespacesAndTypesBinder.
Create
(compilation.GlobalImports, result, withImportChainEntry: true);
Symbols\Synthesized\SynthesizedEntryPointSymbol.cs (1)
473
Binder binder = WithUsingNamespacesAndTypesBinder.
Create
(compilation.GlobalImports, next: new BuckStopsHereBinder(compilation, null), withImportChainEntry: true);