1 reference to CreateSyntaxTree
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (1)
RuntimeViewCompiler.cs (1)
375
var syntaxTree = _csharpCompiler.
CreateSyntaxTree
(sourceText).WithFilePath(assemblyName);