5 references to Primary
Microsoft.NET.Sdk.BlazorWebAssembly.Tasks (5)
StaticWebAsset.cs (5)
506AssetRole = string.IsNullOrEmpty(AssetRole) ? AssetRoles.Primary : AssetRole; 645case AssetRoles.Primary: 794=> string.Equals(AssetRole, AssetRoles.Primary, StringComparison.Ordinal); 1033public const string Primary = nameof(Primary); 1038=> string.Equals(assetRole, Primary, StringComparison.Ordinal);