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