1 write to Options
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\RazorSyntaxTree.cs (1)
34Options = options;
11 references to Options
Microsoft.CodeAnalysis.Razor.Compiler (11)
Language\DefaultDirectiveSyntaxTreePass.cs (1)
45return new RazorSyntaxTree(root, _syntaxTree.Source, diagnostics, _syntaxTree.Options);
Language\DefaultRazorIntermediateNodeLoweringPhase.cs (6)
52? ImportDirectives(documentNode, builder, syntaxTree.Options, imports) 61syntaxTree.Options.AllowComponentFileKind) 63visitor = new ComponentImportFileKindVisitor(documentNode, builder, syntaxTree.Options) 71syntaxTree.Options.AllowComponentFileKind) 73visitor = new ComponentFileKindVisitor(documentNode, builder, syntaxTree.Options) 82visitor = new LegacyFileKindVisitor(documentNode, builder, syntaxTree.Options)
Language\DefaultRazorParsingPhase.cs (1)
69=> s_importTrees.TryGetValue(import, out tree) && tree.Options.Equals(options);
Language\HtmlNodeOptimizationPass.cs (1)
21return new RazorSyntaxTree(rewritten, syntaxTree.Source, syntaxTree.Diagnostics, syntaxTree.Options);
Language\Legacy\TagHelperParseTreeRewriter.cs (2)
29syntaxTree.Options, 51return new RazorSyntaxTree(rewritten, syntaxTree.Source, diagnostics, syntaxTree.Options);