4 references to IsBase64UrlIdentifier
aspire (4)
src\Shared\BackchannelConstants.cs (4)
584if (fileName.Length == CompactAppHostIdLength && IsBase64UrlIdentifier(fileName)) 601if (IsBase64UrlIdentifier(candidateAppHostId) && 602IsBase64UrlIdentifier(instanceId) && 616if (appHostId.Length != CompactAppHostIdLength || !IsBase64UrlIdentifier(appHostId))