3 overrides of CssScope
Microsoft.AspNetCore.Razor.Test.Common (1)
Language\TestRazorProjectItem.cs (1)
26
public override string
CssScope
=> cssScope!;
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\DefaultRazorProjectItem.cs (1)
69
public override string
CssScope
{ get; }
SourceGenerators\SourceGeneratorProjectItem.cs (1)
53
public override string?
CssScope
{ get; }
1 reference to CssScope
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\RazorProjectEngine.cs (1)
174
source, projectItem.FileKind, importSources, tagHelpers: null, cssScope: projectItem.
CssScope
, configureParser, configureCodeGeneration);