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)
549
Binder binder = new BuckStopsHereBinder(compilation, FileIdentifier.
Create
(syntaxTree));
Symbols\Source\SourceMemberContainerSymbol.cs (1)
849
return FileIdentifier.
Create
(AssociatedSyntaxTree);
Symbols\Synthesized\SynthesizedSimpleProgramEntryPointSymbol.cs (1)
223
Binder result = new BuckStopsHereBinder(compilation, FileIdentifier.
Create
(syntaxNode.SyntaxTree));