3 writes to SuppressUniqueIds
Microsoft.AspNetCore.Razor.Test.Common (2)
Language\IntegrationTests\IntegrationTestBase.cs (1)
332builder.SuppressUniqueIds = "__UniqueIdSuppressedForTesting__";
Language\IntegrationTests\RazorIntegrationTestBase.cs (1)
147builder.SuppressUniqueIds = "__UniqueIdSuppressedForTesting__";
Microsoft.CodeAnalysis.Razor.Compiler (1)
SourceGenerators\RazorSourceGenerator.Helpers.cs (1)
126builder.SuppressUniqueIds = razorSourceGeneratorOptions.TestSuppressUniqueIds;
1 reference to SuppressUniqueIds
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\RazorCodeGenerationOptions.Builder.cs (1)
167=> new(IndentSize, NewLine, RootNamespace, CssScope, SuppressUniqueIds, RazorWarningLevel, _flags);