1 write to RazorWarningLevel
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\RazorCodeGenerationOptions.cs (1)
72RazorWarningLevel = razorWarningLevel;
8 references to RazorWarningLevel
Microsoft.CodeAnalysis.Razor.Compiler (8)
Language\CodeGeneration\CodeRenderingContext.cs (1)
96var warningLevel = Options.RazorWarningLevel;
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); 191: new(IndentSize, NewLine, RootNamespace, value, SuppressUniqueIds, RazorWarningLevel, _flags); 196: new(IndentSize, NewLine, RootNamespace, CssScope, value, RazorWarningLevel, _flags); 199=> RazorWarningLevel == value 281: new(IndentSize, NewLine, RootNamespace, CssScope, SuppressUniqueIds, RazorWarningLevel, flags);