4 overrides of WithFilePath
Microsoft.CodeAnalysis.CSharp (3)
Syntax\CSharpSyntaxTree.Dummy.cs (1)
97
public override SyntaxTree
WithFilePath
(string path)
Syntax\CSharpSyntaxTree.LazySyntaxTree.cs (1)
128
public override SyntaxTree
WithFilePath
(string path)
Syntax\CSharpSyntaxTree.ParsedSyntaxTree.cs (1)
142
public override SyntaxTree
WithFilePath
(string path)
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Workspace\LanguageServices\CSharpSyntaxTreeFactoryService.ParsedSyntaxTree.cs (1)
87
public override SyntaxTree
WithFilePath
(string path)
1 reference to WithFilePath
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (1)
RuntimeViewCompiler.cs (1)
375
var syntaxTree = _csharpCompiler.CreateSyntaxTree(sourceText).
WithFilePath
(assemblyName);