1 write to CssScope
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\RazorCodeGenerationOptions.cs (1)
61CssScope = 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)
170: new(value, NewLine, RootNamespace, CssScope, SuppressUniqueIds, RazorWarningLevel, _flags); 175: new(IndentSize, value, RootNamespace, CssScope, SuppressUniqueIds, RazorWarningLevel, _flags); 180: new(IndentSize, NewLine, value, CssScope, SuppressUniqueIds, RazorWarningLevel, _flags); 183=> CssScope == value 190: new(IndentSize, NewLine, RootNamespace, CssScope, value, RazorWarningLevel, _flags); 195: new(IndentSize, NewLine, RootNamespace, CssScope, SuppressUniqueIds, value, _flags); 275: new(IndentSize, NewLine, RootNamespace, CssScope, SuppressUniqueIds, RazorWarningLevel, flags);