1 write to SuppressUniqueIds
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\RazorCodeGenerationOptions.cs (1)
62SuppressUniqueIds = suppressUniqueIds;
8 references to SuppressUniqueIds
Microsoft.CodeAnalysis.Razor.Compiler (8)
Language\Extensions\DefaultTagHelperTargetExtension.cs (1)
499var uniqueId = context.Options.SuppressUniqueIds;
Language\RazorCodeGenerationOptions.cs (7)
180: new(value, NewLine, RootNamespace, CssScope, SuppressUniqueIds, RazorWarningLevel, _flags); 185: new(IndentSize, value, RootNamespace, CssScope, SuppressUniqueIds, RazorWarningLevel, _flags); 190: new(IndentSize, NewLine, value, CssScope, SuppressUniqueIds, RazorWarningLevel, _flags); 195: new(IndentSize, NewLine, RootNamespace, value, SuppressUniqueIds, RazorWarningLevel, _flags); 198=> SuppressUniqueIds == value 205: new(IndentSize, NewLine, RootNamespace, CssScope, SuppressUniqueIds, value, _flags); 285: new(IndentSize, NewLine, RootNamespace, CssScope, SuppressUniqueIds, RazorWarningLevel, flags);