public static string GetTelemetryDefinitionsFolder()

in telemetry/csharp/AwsToolkit.Telemetry.Events.Generator/Program.cs [73:78]


        public static string GetTelemetryDefinitionsFolder()
        {
            return Path.Combine(
                Path.GetDirectoryName(typeof(Program).Assembly.Location),
                "Definitions");
        }