2 references to Base64Utilities
GenerateDocumentationAndConfigFiles (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\InterceptsLocationUtilities.cs (2)
74if (!Base64Utilities.TryGetDecodedLength(attributeData, out var decodedLength)) 100if (!Base64Utilities.TryFromBase64Chars(attributeData.AsSpan(), bytes, out _))