6 references to _syntaxTree
Microsoft.CodeAnalysis.Razor.Compiler (6)
Language\DefaultDirectiveSyntaxTreePass.cs (6)
42var root = Visit(_syntaxTree.Root); 43var diagnostics = _diagnostics?.ToImmutableAndClear() ?? _syntaxTree.Diagnostics; 45return new RazorSyntaxTree(root, _syntaxTree.Source, diagnostics, _syntaxTree.Options); 61_diagnostics ??= _syntaxTree.Diagnostics.ToBuilder(); 83var directiveStart = node.Transition.GetSourceLocation(_syntaxTree.Source);