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