sdk/Sdk.Generators/FunctionMetadataProviderGenerator/FunctionsMetadataParsingContext.cs (8 lines of code) (raw):

// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information.; namespace Microsoft.Azure.Functions.Worker.Sdk.Generators { internal sealed class FunctionsMetadataParsingContext { internal string? ScriptFileExtension { get; set; } } }