2 references to CreateSyntaxTree
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (1)
RuntimeViewCompiler.cs (1)
375
var syntaxTree = _csharpCompiler.
CreateSyntaxTree
(sourceText).WithFilePath(assemblyName);
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.Test (1)
CSharpCompilerTest.cs (1)
266
var syntaxTree = compiler.
CreateSyntaxTree
(SourceText.From(content));