1 write to SuppressUniqueIds
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\RazorCodeGenerationOptions.cs (1)
62
SuppressUniqueIds
= suppressUniqueIds;
8 references to SuppressUniqueIds
Microsoft.CodeAnalysis.Razor.Compiler (8)
Language\Extensions\DefaultTagHelperTargetExtension.cs (1)
491
var uniqueId = context.Options.
SuppressUniqueIds
;
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);
188
=>
SuppressUniqueIds
== value
195
: new(IndentSize, NewLine, RootNamespace, CssScope,
SuppressUniqueIds
, value, _flags);
275
: new(IndentSize, NewLine, RootNamespace, CssScope,
SuppressUniqueIds
, RazorWarningLevel, flags);