2 references to TryGetValue
Microsoft.NET.Sdk.BlazorWebAssembly.Tasks (2)
StaticWebAssetPathPattern.cs (2)
244if (!tokens.TryGetValue(staticWebAsset, tokenNameString, out var tokenValue) || string.IsNullOrEmpty(tokenValue)) 420if (!resolver.TryGetValue(staticWebAsset, tokenName.ToString(), out var tokenValue) || string.IsNullOrEmpty(tokenValue))