2 references to ReplaceTokens
Microsoft.NET.Sdk.BlazorWebAssembly.Tasks (2)
StaticWebAsset.cs (2)
1108
return pattern.
ReplaceTokens
(this, tokens, applyPreferences: true).Path;
1200
var (path, tokens) = expandedPattern.
ReplaceTokens
(this, tokenResolver);