4 references to Create
Microsoft.CodeAnalysis.CSharp (4)
Binder\BinderFactory.cs (1)
77_buckStopsHereBinder = new BuckStopsHereBinder(compilation, FileIdentifier.Create(syntaxTree));
Compiler\DocumentationCommentCompiler.IncludeElementExpander.cs (1)
549Binder binder = new BuckStopsHereBinder(compilation, FileIdentifier.Create(syntaxTree));
Symbols\Source\SourceMemberContainerSymbol.cs (1)
849return FileIdentifier.Create(AssociatedSyntaxTree);
Symbols\Synthesized\SynthesizedSimpleProgramEntryPointSymbol.cs (1)
223Binder result = new BuckStopsHereBinder(compilation, FileIdentifier.Create(syntaxNode.SyntaxTree));