1 write to RootNamespace
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\RazorCodeGenerationOptions.cs (1)
69
RootNamespace
= rootNamespace;
8 references to RootNamespace
Microsoft.CodeAnalysis.Razor.Compiler (8)
Language\NamespaceComputer.cs (1)
63
var rootNamespace = codeDocument.CodeGenerationOptions.
RootNamespace
;
Language\RazorCodeGenerationOptions.cs (7)
176
: new(value, NewLine,
RootNamespace
, CssScope, SuppressUniqueIds, RazorWarningLevel, _flags);
181
: new(IndentSize, value,
RootNamespace
, CssScope, SuppressUniqueIds, RazorWarningLevel, _flags);
184
=>
RootNamespace
== value
191
: new(IndentSize, NewLine,
RootNamespace
, value, SuppressUniqueIds, RazorWarningLevel, _flags);
196
: new(IndentSize, NewLine,
RootNamespace
, CssScope, value, RazorWarningLevel, _flags);
201
: new(IndentSize, NewLine,
RootNamespace
, CssScope, SuppressUniqueIds, value, _flags);
281
: new(IndentSize, NewLine,
RootNamespace
, CssScope, SuppressUniqueIds, RazorWarningLevel, flags);