1 write to CssScope
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\RazorCodeGenerationOptions.cs (1)
70CssScope = cssScope;
9 references to CssScope
Microsoft.CodeAnalysis.Razor.Compiler (9)
Language\Components\ComponentCssScopePass.cs (1)
25var cssScope = codeDocument.CodeGenerationOptions.CssScope;
Language\Extensions\ViewCssScopePass.cs (1)
20var cssScope = codeDocument.CodeGenerationOptions.CssScope;
Language\RazorCodeGenerationOptions.cs (7)
176: new(value, NewLine, RootNamespace, CssScope, SuppressUniqueIds, RazorWarningLevel, _flags); 181: new(IndentSize, value, RootNamespace, CssScope, SuppressUniqueIds, RazorWarningLevel, _flags); 186: new(IndentSize, NewLine, value, CssScope, SuppressUniqueIds, RazorWarningLevel, _flags); 189=> CssScope == value 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);